Shades of Deep Cerise #DC4488
Tints of Deep Cerise #DC4488
RGB
CMYK
RGB Variations
Color information
#DC4488 (or 0xDC4488) is known color: Deep Cerise. HEX triplet: DC, 44 and 88. RGB value is (220,68,136). Sum of RGB (Red+Green+Blue) = 220+68+136=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 68 (26.95% from 255 or 16.04% from 424); Blue value is 136 (53.52% from 255 or 32.08% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4488 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4488 is #23BB77. Grayscale: #797979. Windows color (decimal): -2341752 or 8930524. OLE color: 8930524.
HSL color Cylindrical-coordinate representation of color #DC4488: hue angle of 333.16º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC4488 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 68 | 136 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.14 |
| HSL | 333.16º | 0.68% | 0.56% | - |
| HSV(B) | 333.16º | 0.69% | 0.86% | - |
| XYZ | 36.03 | 21.13 | 25.47 | - |
| YUV | 121.2 | 136.36 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 68 | 136 | 0 | 0.69 | 0.38 | 0.14 | 333.16 | 0.68 | 0.56 |
| Hex | DC | 44 | 88 | 0 | 45 | 26 | E | 14D | 44 | 38 |
| Octal | 334 | 104 | 210 | 0 | 105 | 46 | 16 | 515 | 104 | 70 |
| Binary | 11011100 | 1000100 | 10001000 | 0 | 1000101 | 100110 | 1110 | 101001101 | 1000100 | 111000 |
Color Harmonies of #DC4488
Complementary color
Monochromatic Colors of #DC4488
Black with #DC4488
Text Example
Text Example
White with #DC4488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4488; }
p { color: rgb(220,68,136); }
H1.HeaderClassName
{
color: #DC4488;
}
.AnyTagClassName
{
color: #DC4488;
}
</style>
background-color css
<style>
a { background-color: #DC4488; }
a { background-color: rgb(220,68,136); }
div.DivClassName
{
background-color: #DC4488;
}
.BgClassName
{
background-color: #DC4488;
}
</style>
border-color css
<style>
span { border-color: #DC4488; }
span { border-color: rgb(220,68,136); }
td.TdClassName
{
border-color: #DC4488;
}
.TagClassName
{
border-color: #DC4488;
}
</style>