Shades of Deep Cerise #DC4389
Tints of Deep Cerise #DC4389
RGB
CMYK
RGB Variations
Color information
#DC4389 (or 0xDC4389) is known color: Deep Cerise. HEX triplet: DC, 43 and 89. RGB value is (220,67,137). Sum of RGB (Red+Green+Blue) = 220+67+137=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 67 (26.56% from 255 or 15.80% from 424); Blue value is 137 (53.91% from 255 or 32.31% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4389 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4389 is #23BC76. Grayscale: #787878. Windows color (decimal): -2342007 or 8995804. OLE color: 8995804.
HSL color Cylindrical-coordinate representation of color #DC4389: hue angle of 332.55º 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 #DC4389 is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 137 | - |
| CMYK | 0 | 0.70 | 0.38 | 0.14 |
| HSL | 332.55º | 0.69% | 0.56% | - |
| HSV(B) | 332.55º | 0.7% | 0.86% | - |
| XYZ | 36.04 | 21.04 | 25.83 | - |
| YUV | 120.73 | 137.19 | 198.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 137 | 0 | 0.70 | 0.38 | 0.14 | 332.55 | 0.69 | 0.56 |
| Hex | DC | 43 | 89 | 0 | 46 | 26 | E | 14D | 45 | 38 |
| Octal | 334 | 103 | 211 | 0 | 106 | 46 | 16 | 515 | 105 | 70 |
| Binary | 11011100 | 1000011 | 10001001 | 0 | 1000110 | 100110 | 1110 | 101001101 | 1000101 | 111000 |
Color Harmonies of #DC4389
Complementary color
Monochromatic Colors of #DC4389
Black with #DC4389
Text Example
Text Example
White with #DC4389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4389; }
p { color: rgb(220,67,137); }
H1.HeaderClassName
{
color: #DC4389;
}
.AnyTagClassName
{
color: #DC4389;
}
</style>
background-color css
<style>
a { background-color: #DC4389; }
a { background-color: rgb(220,67,137); }
div.DivClassName
{
background-color: #DC4389;
}
.BgClassName
{
background-color: #DC4389;
}
</style>
border-color css
<style>
span { border-color: #DC4389; }
span { border-color: rgb(220,67,137); }
td.TdClassName
{
border-color: #DC4389;
}
.TagClassName
{
border-color: #DC4389;
}
</style>