Shades of Deep Cerise #DC4187
Tints of Deep Cerise #DC4187
RGB
CMYK
RGB Variations
Color information
#DC4187 (or 0xDC4187) is known color: Deep Cerise. HEX triplet: DC, 41 and 87. RGB value is (220,65,135). Sum of RGB (Red+Green+Blue) = 220+65+135=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 65 (25.78% from 255 or 15.48% from 420); Blue value is 135 (53.12% from 255 or 32.14% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4187 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4187 is #23BE78. Grayscale: #777777. Windows color (decimal): -2342521 or 8864220. OLE color: 8864220.
HSL color Cylindrical-coordinate representation of color #DC4187: hue angle of 332.9º 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 #DC4187 is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 65 | 135 | - |
| CMYK | 0 | 0.70 | 0.39 | 0.14 |
| HSL | 332.9º | 0.69% | 0.56% | - |
| HSV(B) | 332.9º | 0.7% | 0.86% | - |
| XYZ | 35.78 | 20.75 | 25.04 | - |
| YUV | 119.33 | 136.85 | 199.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 65 | 135 | 0 | 0.70 | 0.39 | 0.14 | 332.9 | 0.69 | 0.56 |
| Hex | DC | 41 | 87 | 0 | 46 | 27 | E | 14D | 45 | 38 |
| Octal | 334 | 101 | 207 | 0 | 106 | 47 | 16 | 515 | 105 | 70 |
| Binary | 11011100 | 1000001 | 10000111 | 0 | 1000110 | 100111 | 1110 | 101001101 | 1000101 | 111000 |
Color Harmonies of #DC4187
Complementary color
Monochromatic Colors of #DC4187
Black with #DC4187
Text Example
Text Example
White with #DC4187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4187; }
p { color: rgb(220,65,135); }
H1.HeaderClassName
{
color: #DC4187;
}
.AnyTagClassName
{
color: #DC4187;
}
</style>
background-color css
<style>
a { background-color: #DC4187; }
a { background-color: rgb(220,65,135); }
div.DivClassName
{
background-color: #DC4187;
}
.BgClassName
{
background-color: #DC4187;
}
</style>
border-color css
<style>
span { border-color: #DC4187; }
span { border-color: rgb(220,65,135); }
td.TdClassName
{
border-color: #DC4187;
}
.TagClassName
{
border-color: #DC4187;
}
</style>