Shades of Deep Cerise #DA208E
Tints of Deep Cerise #DA208E
RGB
CMYK
RGB Variations
Color information
#DA208E (or 0xDA208E) is known color: Deep Cerise. HEX triplet: DA, 20 and 8E. RGB value is (218,32,142). Sum of RGB (Red+Green+Blue) = 218+32+142=392 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.61% from 392); Green value is 32 (12.89% from 255 or 8.16% from 392); Blue value is 142 (55.86% from 255 or 36.22% from 392); Max value from RGB is 218 - color contains mainly: red. Hex color #DA208E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA208E is #25DF71. Grayscale: #636363. Windows color (decimal): -2482034 or 9314522. OLE color: 9314522.
HSL color Cylindrical-coordinate representation of color #DA208E: hue angle of 324.52º 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 #DA208E is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 32 | 142 | - |
| CMYK | 0 | 0.85 | 0.35 | 0.15 |
| HSL | 324.52º | 0.74% | 0.49% | - |
| HSV(B) | 324.52º | 0.85% | 0.85% | - |
| XYZ | 34.31 | 17.89 | 27.24 | - |
| YUV | 100.15 | 151.62 | 212.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 32 | 142 | 0 | 0.85 | 0.35 | 0.15 | 324.52 | 0.74 | 0.49 |
| Hex | DA | 20 | 8E | 0 | 55 | 23 | F | 145 | 4A | 31 |
| Octal | 332 | 40 | 216 | 0 | 125 | 43 | 17 | 505 | 112 | 61 |
| Binary | 11011010 | 100000 | 10001110 | 0 | 1010101 | 100011 | 1111 | 101000101 | 1001010 | 110001 |
Color Harmonies of #DA208E
Complementary color
Monochromatic Colors of #DA208E
Black with #DA208E
Text Example
Text Example
White with #DA208E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA208E; }
p { color: rgb(218,32,142); }
H1.HeaderClassName
{
color: #DA208E;
}
.AnyTagClassName
{
color: #DA208E;
}
</style>
background-color css
<style>
a { background-color: #DA208E; }
a { background-color: rgb(218,32,142); }
div.DivClassName
{
background-color: #DA208E;
}
.BgClassName
{
background-color: #DA208E;
}
</style>
border-color css
<style>
span { border-color: #DA208E; }
span { border-color: rgb(218,32,142); }
td.TdClassName
{
border-color: #DA208E;
}
.TagClassName
{
border-color: #DA208E;
}
</style>