Shades of Deep Cerise #DC4589
Tints of Deep Cerise #DC4589
RGB
CMYK
RGB Variations
Color information
#DC4589 (or 0xDC4589) is known color: Deep Cerise. HEX triplet: DC, 45 and 89. RGB value is (220,69,137). Sum of RGB (Red+Green+Blue) = 220+69+137=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 69 (27.34% from 255 or 16.20% from 426); Blue value is 137 (53.91% from 255 or 32.16% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4589 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4589 is #23BA76. Grayscale: #797979. Windows color (decimal): -2341495 or 8996316. OLE color: 8996316.
HSL color Cylindrical-coordinate representation of color #DC4589: hue angle of 332.98º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC4589 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 69 | 137 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.14 |
| HSL | 332.98º | 0.68% | 0.57% | - |
| HSV(B) | 332.98º | 0.69% | 0.86% | - |
| XYZ | 36.16 | 21.28 | 25.87 | - |
| YUV | 121.9 | 136.53 | 197.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 69 | 137 | 0 | 0.69 | 0.38 | 0.14 | 332.98 | 0.68 | 0.57 |
| Hex | DC | 45 | 89 | 0 | 45 | 26 | E | 14D | 44 | 39 |
| Octal | 334 | 105 | 211 | 0 | 105 | 46 | 16 | 515 | 104 | 71 |
| Binary | 11011100 | 1000101 | 10001001 | 0 | 1000101 | 100110 | 1110 | 101001101 | 1000100 | 111001 |
Color Harmonies of #DC4589
Complementary color
Monochromatic Colors of #DC4589
Black with #DC4589
Text Example
Text Example
White with #DC4589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4589; }
p { color: rgb(220,69,137); }
H1.HeaderClassName
{
color: #DC4589;
}
.AnyTagClassName
{
color: #DC4589;
}
</style>
background-color css
<style>
a { background-color: #DC4589; }
a { background-color: rgb(220,69,137); }
div.DivClassName
{
background-color: #DC4589;
}
.BgClassName
{
background-color: #DC4589;
}
</style>
border-color css
<style>
span { border-color: #DC4589; }
span { border-color: rgb(220,69,137); }
td.TdClassName
{
border-color: #DC4589;
}
.TagClassName
{
border-color: #DC4589;
}
</style>