Shades of Deep Cerise #DC4789
Tints of Deep Cerise #DC4789
RGB
CMYK
RGB Variations
Color information
#DC4789 (or 0xDC4789) is known color: Deep Cerise. HEX triplet: DC, 47 and 89. RGB value is (220,71,137). Sum of RGB (Red+Green+Blue) = 220+71+137=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 71 (28.12% from 255 or 16.59% from 428); Blue value is 137 (53.91% from 255 or 32.01% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4789 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4789 is #23B876. Grayscale: #7A7A7A. Windows color (decimal): -2340983 or 8996828. OLE color: 8996828.
HSL color Cylindrical-coordinate representation of color #DC4789: hue angle of 333.42º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DC4789 is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 71 | 137 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.14 |
| HSL | 333.42º | 0.68% | 0.57% | - |
| HSV(B) | 333.42º | 0.68% | 0.86% | - |
| XYZ | 36.28 | 21.53 | 25.91 | - |
| YUV | 123.08 | 135.86 | 197.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 71 | 137 | 0 | 0.68 | 0.38 | 0.14 | 333.42 | 0.68 | 0.57 |
| Hex | DC | 47 | 89 | 0 | 44 | 26 | E | 14D | 44 | 39 |
| Octal | 334 | 107 | 211 | 0 | 104 | 46 | 16 | 515 | 104 | 71 |
| Binary | 11011100 | 1000111 | 10001001 | 0 | 1000100 | 100110 | 1110 | 101001101 | 1000100 | 111001 |
Color Harmonies of #DC4789
Complementary color
Monochromatic Colors of #DC4789
Black with #DC4789
Text Example
Text Example
White with #DC4789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4789; }
p { color: rgb(220,71,137); }
H1.HeaderClassName
{
color: #DC4789;
}
.AnyTagClassName
{
color: #DC4789;
}
</style>
background-color css
<style>
a { background-color: #DC4789; }
a { background-color: rgb(220,71,137); }
div.DivClassName
{
background-color: #DC4789;
}
.BgClassName
{
background-color: #DC4789;
}
</style>
border-color css
<style>
span { border-color: #DC4789; }
span { border-color: rgb(220,71,137); }
td.TdClassName
{
border-color: #DC4789;
}
.TagClassName
{
border-color: #DC4789;
}
</style>