Shades of Deep Cerise #DC208A
Tints of Deep Cerise #DC208A
RGB
CMYK
RGB Variations
Color information
#DC208A (or 0xDC208A) is known color: Deep Cerise. HEX triplet: DC, 20 and 8A. RGB value is (220,32,138). Sum of RGB (Red+Green+Blue) = 220+32+138=390 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.41% from 390); Green value is 32 (12.89% from 255 or 8.21% from 390); Blue value is 138 (54.30% from 255 or 35.38% from 390); Max value from RGB is 220 - color contains mainly: red. Hex color #DC208A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC208A is #23DF75. Grayscale: #646464. Windows color (decimal): -2350966 or 9052380. OLE color: 9052380.
HSL color Cylindrical-coordinate representation of color #DC208A: hue angle of 326.17º 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 #DC208A is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 32 | 138 | - |
| CMYK | 0 | 0.85 | 0.37 | 0.14 |
| HSL | 326.17º | 0.75% | 0.49% | - |
| HSV(B) | 326.17º | 0.85% | 0.86% | - |
| XYZ | 34.62 | 18.08 | 25.71 | - |
| YUV | 100.3 | 149.28 | 213.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 32 | 138 | 0 | 0.85 | 0.37 | 0.14 | 326.17 | 0.75 | 0.49 |
| Hex | DC | 20 | 8A | 0 | 55 | 25 | E | 146 | 4B | 31 |
| Octal | 334 | 40 | 212 | 0 | 125 | 45 | 16 | 506 | 113 | 61 |
| Binary | 11011100 | 100000 | 10001010 | 0 | 1010101 | 100101 | 1110 | 101000110 | 1001011 | 110001 |
Color Harmonies of #DC208A
Complementary color
Monochromatic Colors of #DC208A
Black with #DC208A
Text Example
Text Example
White with #DC208A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC208A; }
p { color: rgb(220,32,138); }
H1.HeaderClassName
{
color: #DC208A;
}
.AnyTagClassName
{
color: #DC208A;
}
</style>
background-color css
<style>
a { background-color: #DC208A; }
a { background-color: rgb(220,32,138); }
div.DivClassName
{
background-color: #DC208A;
}
.BgClassName
{
background-color: #DC208A;
}
</style>
border-color css
<style>
span { border-color: #DC208A; }
span { border-color: rgb(220,32,138); }
td.TdClassName
{
border-color: #DC208A;
}
.TagClassName
{
border-color: #DC208A;
}
</style>