Shades of Deep Cerise #DC4688
Tints of Deep Cerise #DC4688
RGB
CMYK
RGB Variations
Color information
#DC4688 (or 0xDC4688) is known color: Deep Cerise. HEX triplet: DC, 46 and 88. RGB value is (220,70,136). Sum of RGB (Red+Green+Blue) = 220+70+136=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 70 (27.73% from 255 or 16.43% from 426); Blue value is 136 (53.52% from 255 or 31.92% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4688 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4688 is #23B977. Grayscale: #7A7A7A. Windows color (decimal): -2341240 or 8931036. OLE color: 8931036.
HSL color Cylindrical-coordinate representation of color #DC4688: hue angle of 333.6º 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 #DC4688 is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 70 | 136 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.14 |
| HSL | 333.6º | 0.68% | 0.57% | - |
| HSV(B) | 333.6º | 0.68% | 0.86% | - |
| XYZ | 36.15 | 21.37 | 25.51 | - |
| YUV | 122.37 | 135.7 | 197.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 70 | 136 | 0 | 0.68 | 0.38 | 0.14 | 333.6 | 0.68 | 0.57 |
| Hex | DC | 46 | 88 | 0 | 44 | 26 | E | 14E | 44 | 39 |
| Octal | 334 | 106 | 210 | 0 | 104 | 46 | 16 | 516 | 104 | 71 |
| Binary | 11011100 | 1000110 | 10001000 | 0 | 1000100 | 100110 | 1110 | 101001110 | 1000100 | 111001 |
Color Harmonies of #DC4688
Complementary color
Monochromatic Colors of #DC4688
Black with #DC4688
Text Example
Text Example
White with #DC4688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4688; }
p { color: rgb(220,70,136); }
H1.HeaderClassName
{
color: #DC4688;
}
.AnyTagClassName
{
color: #DC4688;
}
</style>
background-color css
<style>
a { background-color: #DC4688; }
a { background-color: rgb(220,70,136); }
div.DivClassName
{
background-color: #DC4688;
}
.BgClassName
{
background-color: #DC4688;
}
</style>
border-color css
<style>
span { border-color: #DC4688; }
span { border-color: rgb(220,70,136); }
td.TdClassName
{
border-color: #DC4688;
}
.TagClassName
{
border-color: #DC4688;
}
</style>