Shades of Deep Cerise #DA209E
Tints of Deep Cerise #DA209E
RGB
CMYK
RGB Variations
Color information
#DA209E (or 0xDA209E) is known color: Deep Cerise. HEX triplet: DA, 20 and 9E. RGB value is (218,32,158). Sum of RGB (Red+Green+Blue) = 218+32+158=408 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.43% from 408); Green value is 32 (12.89% from 255 or 7.84% from 408); Blue value is 158 (62.11% from 255 or 38.73% from 408); Max value from RGB is 218 - color contains mainly: red. Hex color #DA209E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA209E is #25DF61. Grayscale: #656565. Windows color (decimal): -2482018 or 10363098. OLE color: 10363098.
HSL color Cylindrical-coordinate representation of color #DA209E: hue angle of 319.35º 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 #DA209E is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 32 | 158 | - |
| CMYK | 0 | 0.85 | 0.28 | 0.15 |
| HSL | 319.35º | 0.74% | 0.49% | - |
| HSV(B) | 319.35º | 0.85% | 0.85% | - |
| XYZ | 35.6 | 18.41 | 34.02 | - |
| YUV | 101.98 | 159.62 | 210.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 32 | 158 | 0 | 0.85 | 0.28 | 0.15 | 319.35 | 0.74 | 0.49 |
| Hex | DA | 20 | 9E | 0 | 55 | 1C | F | 13F | 4A | 31 |
| Octal | 332 | 40 | 236 | 0 | 125 | 34 | 17 | 477 | 112 | 61 |
| Binary | 11011010 | 100000 | 10011110 | 0 | 1010101 | 11100 | 1111 | 100111111 | 1001010 | 110001 |
Color Harmonies of #DA209E
Complementary color
Monochromatic Colors of #DA209E
Black with #DA209E
Text Example
Text Example
White with #DA209E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA209E; }
p { color: rgb(218,32,158); }
H1.HeaderClassName
{
color: #DA209E;
}
.AnyTagClassName
{
color: #DA209E;
}
</style>
background-color css
<style>
a { background-color: #DA209E; }
a { background-color: rgb(218,32,158); }
div.DivClassName
{
background-color: #DA209E;
}
.BgClassName
{
background-color: #DA209E;
}
</style>
border-color css
<style>
span { border-color: #DA209E; }
span { border-color: rgb(218,32,158); }
td.TdClassName
{
border-color: #DA209E;
}
.TagClassName
{
border-color: #DA209E;
}
</style>