Shades of Deep Cerise #DC208F
Tints of Deep Cerise #DC208F
RGB
CMYK
RGB Variations
Color information
#DC208F (or 0xDC208F) is known color: Deep Cerise. HEX triplet: DC, 20 and 8F. RGB value is (220,32,143). Sum of RGB (Red+Green+Blue) = 220+32+143=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 32 (12.89% from 255 or 8.10% from 395); Blue value is 143 (56.25% from 255 or 36.20% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC208F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC208F is #23DF70. Grayscale: #646464. Windows color (decimal): -2350961 or 9380060. OLE color: 9380060.
HSL color Cylindrical-coordinate representation of color #DC208F: hue angle of 324.57º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC208F is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 32 | 143 | - |
| CMYK | 0 | 0.85 | 0.35 | 0.14 |
| HSL | 324.57º | 0.75% | 0.49% | - |
| HSV(B) | 324.57º | 0.85% | 0.86% | - |
| XYZ | 34.99 | 18.23 | 27.66 | - |
| YUV | 100.87 | 151.78 | 212.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 32 | 143 | 0 | 0.85 | 0.35 | 0.14 | 324.57 | 0.75 | 0.49 |
| Hex | DC | 20 | 8F | 0 | 55 | 23 | E | 145 | 4B | 31 |
| Octal | 334 | 40 | 217 | 0 | 125 | 43 | 16 | 505 | 113 | 61 |
| Binary | 11011100 | 100000 | 10001111 | 0 | 1010101 | 100011 | 1110 | 101000101 | 1001011 | 110001 |
Color Harmonies of #DC208F
Complementary color
Monochromatic Colors of #DC208F
Black with #DC208F
Text Example
Text Example
White with #DC208F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC208F; }
p { color: rgb(220,32,143); }
H1.HeaderClassName
{
color: #DC208F;
}
.AnyTagClassName
{
color: #DC208F;
}
</style>
background-color css
<style>
a { background-color: #DC208F; }
a { background-color: rgb(220,32,143); }
div.DivClassName
{
background-color: #DC208F;
}
.BgClassName
{
background-color: #DC208F;
}
</style>
border-color css
<style>
span { border-color: #DC208F; }
span { border-color: rgb(220,32,143); }
td.TdClassName
{
border-color: #DC208F;
}
.TagClassName
{
border-color: #DC208F;
}
</style>