Shades of Deep Cerise #DC2788
Tints of Deep Cerise #DC2788
RGB
CMYK
RGB Variations
Color information
#DC2788 (or 0xDC2788) is known color: Deep Cerise. HEX triplet: DC, 27 and 88. RGB value is (220,39,136). Sum of RGB (Red+Green+Blue) = 220+39+136=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 39 (15.62% from 255 or 9.87% from 395); Blue value is 136 (53.52% from 255 or 34.43% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2788 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2788 is #23D877. Grayscale: #676767. Windows color (decimal): -2349176 or 8923100. OLE color: 8923100.
HSL color Cylindrical-coordinate representation of color #DC2788: hue angle of 327.85º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC2788 is Cyan = 0, Magento = 0.82, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 39 | 136 | - |
| CMYK | 0 | 0.82 | 0.38 | 0.14 |
| HSL | 327.85º | 0.72% | 0.51% | - |
| HSV(B) | 327.85º | 0.82% | 0.86% | - |
| XYZ | 34.68 | 18.44 | 25.02 | - |
| YUV | 104.18 | 145.97 | 210.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 39 | 136 | 0 | 0.82 | 0.38 | 0.14 | 327.85 | 0.72 | 0.51 |
| Hex | DC | 27 | 88 | 0 | 52 | 26 | E | 148 | 48 | 33 |
| Octal | 334 | 47 | 210 | 0 | 122 | 46 | 16 | 510 | 110 | 63 |
| Binary | 11011100 | 100111 | 10001000 | 0 | 1010010 | 100110 | 1110 | 101001000 | 1001000 | 110011 |
Color Harmonies of #DC2788
Complementary color
Monochromatic Colors of #DC2788
Black with #DC2788
Text Example
Text Example
White with #DC2788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2788; }
p { color: rgb(220,39,136); }
H1.HeaderClassName
{
color: #DC2788;
}
.AnyTagClassName
{
color: #DC2788;
}
</style>
background-color css
<style>
a { background-color: #DC2788; }
a { background-color: rgb(220,39,136); }
div.DivClassName
{
background-color: #DC2788;
}
.BgClassName
{
background-color: #DC2788;
}
</style>
border-color css
<style>
span { border-color: #DC2788; }
span { border-color: rgb(220,39,136); }
td.TdClassName
{
border-color: #DC2788;
}
.TagClassName
{
border-color: #DC2788;
}
</style>