Shades of Deep Cerise #DC4088
Tints of Deep Cerise #DC4088
RGB
CMYK
RGB Variations
Color information
#DC4088 (or 0xDC4088) is known color: Deep Cerise. HEX triplet: DC, 40 and 88. RGB value is (220,64,136). Sum of RGB (Red+Green+Blue) = 220+64+136=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 64 (25.39% from 255 or 15.24% from 420); Blue value is 136 (53.52% from 255 or 32.38% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4088 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4088 is #23BF77. Grayscale: #767676. Windows color (decimal): -2342776 or 8929500. OLE color: 8929500.
HSL color Cylindrical-coordinate representation of color #DC4088: hue angle of 332.31º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC4088 is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 64 | 136 | - |
| CMYK | 0 | 0.71 | 0.38 | 0.14 |
| HSL | 332.31º | 0.69% | 0.56% | - |
| HSV(B) | 332.31º | 0.71% | 0.86% | - |
| XYZ | 35.79 | 20.66 | 25.39 | - |
| YUV | 118.85 | 137.68 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 64 | 136 | 0 | 0.71 | 0.38 | 0.14 | 332.31 | 0.69 | 0.56 |
| Hex | DC | 40 | 88 | 0 | 47 | 26 | E | 14C | 45 | 38 |
| Octal | 334 | 100 | 210 | 0 | 107 | 46 | 16 | 514 | 105 | 70 |
| Binary | 11011100 | 1000000 | 10001000 | 0 | 1000111 | 100110 | 1110 | 101001100 | 1000101 | 111000 |
Color Harmonies of #DC4088
Complementary color
Monochromatic Colors of #DC4088
Black with #DC4088
Text Example
Text Example
White with #DC4088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4088; }
p { color: rgb(220,64,136); }
H1.HeaderClassName
{
color: #DC4088;
}
.AnyTagClassName
{
color: #DC4088;
}
</style>
background-color css
<style>
a { background-color: #DC4088; }
a { background-color: rgb(220,64,136); }
div.DivClassName
{
background-color: #DC4088;
}
.BgClassName
{
background-color: #DC4088;
}
</style>
border-color css
<style>
span { border-color: #DC4088; }
span { border-color: rgb(220,64,136); }
td.TdClassName
{
border-color: #DC4088;
}
.TagClassName
{
border-color: #DC4088;
}
</style>