Shades of Deep Cerise #DC4487
Tints of Deep Cerise #DC4487
RGB
CMYK
RGB Variations
Color information
#DC4487 (or 0xDC4487) is known color: Deep Cerise. HEX triplet: DC, 44 and 87. RGB value is (220,68,135). Sum of RGB (Red+Green+Blue) = 220+68+135=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 68 (26.95% from 255 or 16.08% from 423); Blue value is 135 (53.12% from 255 or 31.91% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4487 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4487 is #23BB78. Grayscale: #787878. Windows color (decimal): -2341753 or 8864988. OLE color: 8864988.
HSL color Cylindrical-coordinate representation of color #DC4487: hue angle of 333.55º 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 #DC4487 is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 68 | 135 | - |
| CMYK | 0 | 0.69 | 0.39 | 0.14 |
| HSL | 333.55º | 0.68% | 0.56% | - |
| HSV(B) | 333.55º | 0.69% | 0.86% | - |
| XYZ | 35.96 | 21.1 | 25.1 | - |
| YUV | 121.09 | 135.86 | 198.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 68 | 135 | 0 | 0.69 | 0.39 | 0.14 | 333.55 | 0.68 | 0.56 |
| Hex | DC | 44 | 87 | 0 | 45 | 27 | E | 14E | 44 | 38 |
| Octal | 334 | 104 | 207 | 0 | 105 | 47 | 16 | 516 | 104 | 70 |
| Binary | 11011100 | 1000100 | 10000111 | 0 | 1000101 | 100111 | 1110 | 101001110 | 1000100 | 111000 |
Color Harmonies of #DC4487
Complementary color
Monochromatic Colors of #DC4487
Black with #DC4487
Text Example
Text Example
White with #DC4487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4487; }
p { color: rgb(220,68,135); }
H1.HeaderClassName
{
color: #DC4487;
}
.AnyTagClassName
{
color: #DC4487;
}
</style>
background-color css
<style>
a { background-color: #DC4487; }
a { background-color: rgb(220,68,135); }
div.DivClassName
{
background-color: #DC4487;
}
.BgClassName
{
background-color: #DC4487;
}
</style>
border-color css
<style>
span { border-color: #DC4487; }
span { border-color: rgb(220,68,135); }
td.TdClassName
{
border-color: #DC4487;
}
.TagClassName
{
border-color: #DC4487;
}
</style>