Shades of Deep Cerise #DC208C
Tints of Deep Cerise #DC208C
RGB
CMYK
RGB Variations
Color information
#DC208C (or 0xDC208C) is known color: Deep Cerise. HEX triplet: DC, 20 and 8C. RGB value is (220,32,140). Sum of RGB (Red+Green+Blue) = 220+32+140=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 32 (12.89% from 255 or 8.16% from 392); Blue value is 140 (55.08% from 255 or 35.71% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DC208C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC208C is #23DF73. Grayscale: #646464. Windows color (decimal): -2350964 or 9183452. OLE color: 9183452.
HSL color Cylindrical-coordinate representation of color #DC208C: hue angle of 325.53º 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 #DC208C is Cyan = 0, Magento = 0.85, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 32 | 140 | - |
| CMYK | 0 | 0.85 | 0.36 | 0.14 |
| HSL | 325.53º | 0.75% | 0.49% | - |
| HSV(B) | 325.53º | 0.85% | 0.86% | - |
| XYZ | 34.77 | 18.14 | 26.48 | - |
| YUV | 100.52 | 150.28 | 213.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 32 | 140 | 0 | 0.85 | 0.36 | 0.14 | 325.53 | 0.75 | 0.49 |
| Hex | DC | 20 | 8C | 0 | 55 | 24 | E | 146 | 4B | 31 |
| Octal | 334 | 40 | 214 | 0 | 125 | 44 | 16 | 506 | 113 | 61 |
| Binary | 11011100 | 100000 | 10001100 | 0 | 1010101 | 100100 | 1110 | 101000110 | 1001011 | 110001 |
Color Harmonies of #DC208C
Complementary color
Monochromatic Colors of #DC208C
Black with #DC208C
Text Example
Text Example
White with #DC208C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC208C; }
p { color: rgb(220,32,140); }
H1.HeaderClassName
{
color: #DC208C;
}
.AnyTagClassName
{
color: #DC208C;
}
</style>
background-color css
<style>
a { background-color: #DC208C; }
a { background-color: rgb(220,32,140); }
div.DivClassName
{
background-color: #DC208C;
}
.BgClassName
{
background-color: #DC208C;
}
</style>
border-color css
<style>
span { border-color: #DC208C; }
span { border-color: rgb(220,32,140); }
td.TdClassName
{
border-color: #DC208C;
}
.TagClassName
{
border-color: #DC208C;
}
</style>