Shades of Deep Cerise #DC4089
Tints of Deep Cerise #DC4089
RGB
CMYK
RGB Variations
Color information
#DC4089 (or 0xDC4089) is known color: Deep Cerise. HEX triplet: DC, 40 and 89. RGB value is (220,64,137). Sum of RGB (Red+Green+Blue) = 220+64+137=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 64 (25.39% from 255 or 15.20% from 421); Blue value is 137 (53.91% from 255 or 32.54% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4089 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4089 is #23BF76. Grayscale: #767676. Windows color (decimal): -2342775 or 8995036. OLE color: 8995036.
HSL color Cylindrical-coordinate representation of color #DC4089: hue angle of 331.92º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC4089 is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 64 | 137 | - |
| CMYK | 0 | 0.71 | 0.38 | 0.14 |
| HSL | 331.92º | 0.69% | 0.56% | - |
| HSV(B) | 331.92º | 0.71% | 0.86% | - |
| XYZ | 35.86 | 20.69 | 25.77 | - |
| YUV | 118.97 | 138.18 | 200.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 64 | 137 | 0 | 0.71 | 0.38 | 0.14 | 331.92 | 0.69 | 0.56 |
| Hex | DC | 40 | 89 | 0 | 47 | 26 | E | 14C | 45 | 38 |
| Octal | 334 | 100 | 211 | 0 | 107 | 46 | 16 | 514 | 105 | 70 |
| Binary | 11011100 | 1000000 | 10001001 | 0 | 1000111 | 100110 | 1110 | 101001100 | 1000101 | 111000 |
Color Harmonies of #DC4089
Complementary color
Monochromatic Colors of #DC4089
Black with #DC4089
Text Example
Text Example
White with #DC4089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4089; }
p { color: rgb(220,64,137); }
H1.HeaderClassName
{
color: #DC4089;
}
.AnyTagClassName
{
color: #DC4089;
}
</style>
background-color css
<style>
a { background-color: #DC4089; }
a { background-color: rgb(220,64,137); }
div.DivClassName
{
background-color: #DC4089;
}
.BgClassName
{
background-color: #DC4089;
}
</style>
border-color css
<style>
span { border-color: #DC4089; }
span { border-color: rgb(220,64,137); }
td.TdClassName
{
border-color: #DC4089;
}
.TagClassName
{
border-color: #DC4089;
}
</style>