Shades of Deep Cerise #DC4387
Tints of Deep Cerise #DC4387
RGB
CMYK
RGB Variations
Color information
#DC4387 (or 0xDC4387) is known color: Deep Cerise. HEX triplet: DC, 43 and 87. RGB value is (220,67,135). Sum of RGB (Red+Green+Blue) = 220+67+135=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 67 (26.56% from 255 or 15.88% from 422); Blue value is 135 (53.12% from 255 or 31.99% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4387 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4387 is #23BC78. Grayscale: #787878. Windows color (decimal): -2342009 or 8864732. OLE color: 8864732.
HSL color Cylindrical-coordinate representation of color #DC4387: hue angle of 333.33º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC4387 is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 135 | - |
| CMYK | 0 | 0.70 | 0.39 | 0.14 |
| HSL | 333.33º | 0.69% | 0.56% | - |
| HSV(B) | 333.33º | 0.7% | 0.86% | - |
| XYZ | 35.9 | 20.98 | 25.08 | - |
| YUV | 120.5 | 136.19 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 135 | 0 | 0.70 | 0.39 | 0.14 | 333.33 | 0.69 | 0.56 |
| Hex | DC | 43 | 87 | 0 | 46 | 27 | E | 14D | 45 | 38 |
| Octal | 334 | 103 | 207 | 0 | 106 | 47 | 16 | 515 | 105 | 70 |
| Binary | 11011100 | 1000011 | 10000111 | 0 | 1000110 | 100111 | 1110 | 101001101 | 1000101 | 111000 |
Color Harmonies of #DC4387
Complementary color
Monochromatic Colors of #DC4387
Black with #DC4387
Text Example
Text Example
White with #DC4387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4387; }
p { color: rgb(220,67,135); }
H1.HeaderClassName
{
color: #DC4387;
}
.AnyTagClassName
{
color: #DC4387;
}
</style>
background-color css
<style>
a { background-color: #DC4387; }
a { background-color: rgb(220,67,135); }
div.DivClassName
{
background-color: #DC4387;
}
.BgClassName
{
background-color: #DC4387;
}
</style>
border-color css
<style>
span { border-color: #DC4387; }
span { border-color: rgb(220,67,135); }
td.TdClassName
{
border-color: #DC4387;
}
.TagClassName
{
border-color: #DC4387;
}
</style>