Shades of Deep Cerise #DC4489
Tints of Deep Cerise #DC4489
RGB
CMYK
RGB Variations
Color information
#DC4489 (or 0xDC4489) is known color: Deep Cerise. HEX triplet: DC, 44 and 89. RGB value is (220,68,137). Sum of RGB (Red+Green+Blue) = 220+68+137=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 68 (26.95% from 255 or 16% from 425); Blue value is 137 (53.91% from 255 or 32.24% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4489 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4489 is #23BB76. Grayscale: #797979. Windows color (decimal): -2341751 or 8996060. OLE color: 8996060.
HSL color Cylindrical-coordinate representation of color #DC4489: hue angle of 332.76º 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 #DC4489 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 68 | 137 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.14 |
| HSL | 332.76º | 0.68% | 0.56% | - |
| HSV(B) | 332.76º | 0.69% | 0.86% | - |
| XYZ | 36.1 | 21.16 | 25.85 | - |
| YUV | 121.31 | 136.86 | 198.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 68 | 137 | 0 | 0.69 | 0.38 | 0.14 | 332.76 | 0.68 | 0.56 |
| Hex | DC | 44 | 89 | 0 | 45 | 26 | E | 14D | 44 | 38 |
| Octal | 334 | 104 | 211 | 0 | 105 | 46 | 16 | 515 | 104 | 70 |
| Binary | 11011100 | 1000100 | 10001001 | 0 | 1000101 | 100110 | 1110 | 101001101 | 1000100 | 111000 |
Color Harmonies of #DC4489
Complementary color
Monochromatic Colors of #DC4489
Black with #DC4489
Text Example
Text Example
White with #DC4489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4489; }
p { color: rgb(220,68,137); }
H1.HeaderClassName
{
color: #DC4489;
}
.AnyTagClassName
{
color: #DC4489;
}
</style>
background-color css
<style>
a { background-color: #DC4489; }
a { background-color: rgb(220,68,137); }
div.DivClassName
{
background-color: #DC4489;
}
.BgClassName
{
background-color: #DC4489;
}
</style>
border-color css
<style>
span { border-color: #DC4489; }
span { border-color: rgb(220,68,137); }
td.TdClassName
{
border-color: #DC4489;
}
.TagClassName
{
border-color: #DC4489;
}
</style>