Shades of Deep Cerise #DA208F
Tints of Deep Cerise #DA208F
RGB
CMYK
RGB Variations
Color information
#DA208F (or 0xDA208F) is known color: Deep Cerise. HEX triplet: DA, 20 and 8F. RGB value is (218,32,143). Sum of RGB (Red+Green+Blue) = 218+32+143=393 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.47% from 393); Green value is 32 (12.89% from 255 or 8.14% from 393); Blue value is 143 (56.25% from 255 or 36.39% from 393); Max value from RGB is 218 - color contains mainly: red. Hex color #DA208F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA208F is #25DF70. Grayscale: #646464. Windows color (decimal): -2482033 or 9380058. OLE color: 9380058.
HSL color Cylindrical-coordinate representation of color #DA208F: hue angle of 324.19º 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 #DA208F is Cyan = 0, Magento = 0.85, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 32 | 143 | - |
| CMYK | 0 | 0.85 | 0.34 | 0.15 |
| HSL | 324.19º | 0.74% | 0.49% | - |
| HSV(B) | 324.19º | 0.85% | 0.85% | - |
| XYZ | 34.39 | 17.92 | 27.63 | - |
| YUV | 100.27 | 152.12 | 211.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 32 | 143 | 0 | 0.85 | 0.34 | 0.15 | 324.19 | 0.74 | 0.49 |
| Hex | DA | 20 | 8F | 0 | 55 | 22 | F | 144 | 4A | 31 |
| Octal | 332 | 40 | 217 | 0 | 125 | 42 | 17 | 504 | 112 | 61 |
| Binary | 11011010 | 100000 | 10001111 | 0 | 1010101 | 100010 | 1111 | 101000100 | 1001010 | 110001 |
Color Harmonies of #DA208F
Complementary color
Monochromatic Colors of #DA208F
Black with #DA208F
Text Example
Text Example
White with #DA208F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA208F; }
p { color: rgb(218,32,143); }
H1.HeaderClassName
{
color: #DA208F;
}
.AnyTagClassName
{
color: #DA208F;
}
</style>
background-color css
<style>
a { background-color: #DA208F; }
a { background-color: rgb(218,32,143); }
div.DivClassName
{
background-color: #DA208F;
}
.BgClassName
{
background-color: #DA208F;
}
</style>
border-color css
<style>
span { border-color: #DA208F; }
span { border-color: rgb(218,32,143); }
td.TdClassName
{
border-color: #DA208F;
}
.TagClassName
{
border-color: #DA208F;
}
</style>