Shades of Deep Cerise #DA259A
Tints of Deep Cerise #DA259A
RGB
CMYK
RGB Variations
Color information
#DA259A (or 0xDA259A) is known color: Deep Cerise. HEX triplet: DA, 25 and 9A. RGB value is (218,37,154). Sum of RGB (Red+Green+Blue) = 218+37+154=409 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.30% from 409); Green value is 37 (14.84% from 255 or 9.05% from 409); Blue value is 154 (60.55% from 255 or 37.65% from 409); Max value from RGB is 218 - color contains mainly: red. Hex color #DA259A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA259A is #25DA65. Grayscale: #686868. Windows color (decimal): -2480742 or 10102234. OLE color: 10102234.
HSL color Cylindrical-coordinate representation of color #DA259A: hue angle of 321.22º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA259A is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 37 | 154 | - |
| CMYK | 0 | 0.83 | 0.29 | 0.15 |
| HSL | 321.22º | 0.71% | 0.5% | - |
| HSV(B) | 321.22º | 0.83% | 0.85% | - |
| XYZ | 35.41 | 18.56 | 32.29 | - |
| YUV | 104.46 | 155.97 | 208.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 37 | 154 | 0 | 0.83 | 0.29 | 0.15 | 321.22 | 0.71 | 0.5 |
| Hex | DA | 25 | 9A | 0 | 53 | 1D | F | 141 | 47 | 32 |
| Octal | 332 | 45 | 232 | 0 | 123 | 35 | 17 | 501 | 107 | 62 |
| Binary | 11011010 | 100101 | 10011010 | 0 | 1010011 | 11101 | 1111 | 101000001 | 1000111 | 110010 |
Color Harmonies of #DA259A
Complementary color
Monochromatic Colors of #DA259A
Black with #DA259A
Text Example
Text Example
White with #DA259A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA259A; }
p { color: rgb(218,37,154); }
H1.HeaderClassName
{
color: #DA259A;
}
.AnyTagClassName
{
color: #DA259A;
}
</style>
background-color css
<style>
a { background-color: #DA259A; }
a { background-color: rgb(218,37,154); }
div.DivClassName
{
background-color: #DA259A;
}
.BgClassName
{
background-color: #DA259A;
}
</style>
border-color css
<style>
span { border-color: #DA259A; }
span { border-color: rgb(218,37,154); }
td.TdClassName
{
border-color: #DA259A;
}
.TagClassName
{
border-color: #DA259A;
}
</style>