Shades of Deep Cerise #DC228E
Tints of Deep Cerise #DC228E
RGB
CMYK
RGB Variations
Color information
#DC228E (or 0xDC228E) is known color: Deep Cerise. HEX triplet: DC, 22 and 8E. RGB value is (220,34,142). Sum of RGB (Red+Green+Blue) = 220+34+142=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 34 (13.67% from 255 or 8.59% from 396); Blue value is 142 (55.86% from 255 or 35.86% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DC228E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC228E is #23DD71. Grayscale: #656565. Windows color (decimal): -2350450 or 9315036. OLE color: 9315036.
HSL color Cylindrical-coordinate representation of color #DC228E: hue angle of 325.16º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC228E is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 34 | 142 | - |
| CMYK | 0 | 0.85 | 0.35 | 0.14 |
| HSL | 325.16º | 0.73% | 0.5% | - |
| HSV(B) | 325.16º | 0.85% | 0.86% | - |
| XYZ | 34.97 | 18.31 | 27.28 | - |
| YUV | 101.93 | 150.62 | 212.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 34 | 142 | 0 | 0.85 | 0.35 | 0.14 | 325.16 | 0.73 | 0.5 |
| Hex | DC | 22 | 8E | 0 | 55 | 23 | E | 145 | 49 | 32 |
| Octal | 334 | 42 | 216 | 0 | 125 | 43 | 16 | 505 | 111 | 62 |
| Binary | 11011100 | 100010 | 10001110 | 0 | 1010101 | 100011 | 1110 | 101000101 | 1001001 | 110010 |
Color Harmonies of #DC228E
Complementary color
Monochromatic Colors of #DC228E
Black with #DC228E
Text Example
Text Example
White with #DC228E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC228E; }
p { color: rgb(220,34,142); }
H1.HeaderClassName
{
color: #DC228E;
}
.AnyTagClassName
{
color: #DC228E;
}
</style>
background-color css
<style>
a { background-color: #DC228E; }
a { background-color: rgb(220,34,142); }
div.DivClassName
{
background-color: #DC228E;
}
.BgClassName
{
background-color: #DC228E;
}
</style>
border-color css
<style>
span { border-color: #DC228E; }
span { border-color: rgb(220,34,142); }
td.TdClassName
{
border-color: #DC228E;
}
.TagClassName
{
border-color: #DC228E;
}
</style>