Shades of Deep Cerise #DA209F
Tints of Deep Cerise #DA209F
RGB
CMYK
RGB Variations
Color information
#DA209F (or 0xDA209F) is known color: Deep Cerise. HEX triplet: DA, 20 and 9F. RGB value is (218,32,159). Sum of RGB (Red+Green+Blue) = 218+32+159=409 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.30% from 409); Green value is 32 (12.89% from 255 or 7.82% from 409); Blue value is 159 (62.5% from 255 or 38.88% from 409); Max value from RGB is 218 - color contains mainly: red. Hex color #DA209F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA209F is #25DF60. Grayscale: #656565. Windows color (decimal): -2482017 or 10428634. OLE color: 10428634.
HSL color Cylindrical-coordinate representation of color #DA209F: hue angle of 319.03º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA209F is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 32 | 159 | - |
| CMYK | 0 | 0.85 | 0.27 | 0.15 |
| HSL | 319.03º | 0.74% | 0.49% | - |
| HSV(B) | 319.03º | 0.85% | 0.85% | - |
| XYZ | 35.69 | 18.44 | 34.48 | - |
| YUV | 102.09 | 160.12 | 210.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 32 | 159 | 0 | 0.85 | 0.27 | 0.15 | 319.03 | 0.74 | 0.49 |
| Hex | DA | 20 | 9F | 0 | 55 | 1B | F | 13F | 4A | 31 |
| Octal | 332 | 40 | 237 | 0 | 125 | 33 | 17 | 477 | 112 | 61 |
| Binary | 11011010 | 100000 | 10011111 | 0 | 1010101 | 11011 | 1111 | 100111111 | 1001010 | 110001 |
Color Harmonies of #DA209F
Complementary color
Monochromatic Colors of #DA209F
Black with #DA209F
Text Example
Text Example
White with #DA209F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA209F; }
p { color: rgb(218,32,159); }
H1.HeaderClassName
{
color: #DA209F;
}
.AnyTagClassName
{
color: #DA209F;
}
</style>
background-color css
<style>
a { background-color: #DA209F; }
a { background-color: rgb(218,32,159); }
div.DivClassName
{
background-color: #DA209F;
}
.BgClassName
{
background-color: #DA209F;
}
</style>
border-color css
<style>
span { border-color: #DA209F; }
span { border-color: rgb(218,32,159); }
td.TdClassName
{
border-color: #DA209F;
}
.TagClassName
{
border-color: #DA209F;
}
</style>