Shades of Deep Cerise #DA249F
Tints of Deep Cerise #DA249F
RGB
CMYK
RGB Variations
Color information
#DA249F (or 0xDA249F) is known color: Deep Cerise. HEX triplet: DA, 24 and 9F. RGB value is (218,36,159). Sum of RGB (Red+Green+Blue) = 218+36+159=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 36 (14.45% from 255 or 8.72% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DA249F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA249F is #25DB60. Grayscale: #686868. Windows color (decimal): -2480993 or 10429658. OLE color: 10429658.
HSL color Cylindrical-coordinate representation of color #DA249F: hue angle of 319.45º degrees, saturation: 0.72, 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 #DA249F is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 36 | 159 | - |
| CMYK | 0 | 0.83 | 0.27 | 0.15 |
| HSL | 319.45º | 0.72% | 0.5% | - |
| HSV(B) | 319.45º | 0.83% | 0.85% | - |
| XYZ | 35.8 | 18.67 | 34.52 | - |
| YUV | 104.44 | 158.8 | 209 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 36 | 159 | 0 | 0.83 | 0.27 | 0.15 | 319.45 | 0.72 | 0.5 |
| Hex | DA | 24 | 9F | 0 | 53 | 1B | F | 13F | 48 | 32 |
| Octal | 332 | 44 | 237 | 0 | 123 | 33 | 17 | 477 | 110 | 62 |
| Binary | 11011010 | 100100 | 10011111 | 0 | 1010011 | 11011 | 1111 | 100111111 | 1001000 | 110010 |
Color Harmonies of #DA249F
Complementary color
Monochromatic Colors of #DA249F
Black with #DA249F
Text Example
Text Example
White with #DA249F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA249F; }
p { color: rgb(218,36,159); }
H1.HeaderClassName
{
color: #DA249F;
}
.AnyTagClassName
{
color: #DA249F;
}
</style>
background-color css
<style>
a { background-color: #DA249F; }
a { background-color: rgb(218,36,159); }
div.DivClassName
{
background-color: #DA249F;
}
.BgClassName
{
background-color: #DA249F;
}
</style>
border-color css
<style>
span { border-color: #DA249F; }
span { border-color: rgb(218,36,159); }
td.TdClassName
{
border-color: #DA249F;
}
.TagClassName
{
border-color: #DA249F;
}
</style>