Shades of Deep Cerise #DC2795
Tints of Deep Cerise #DC2795
RGB
CMYK
RGB Variations
Color information
#DC2795 (or 0xDC2795) is known color: Deep Cerise. HEX triplet: DC, 27 and 95. RGB value is (220,39,149). Sum of RGB (Red+Green+Blue) = 220+39+149=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 39 (15.62% from 255 or 9.56% from 408); Blue value is 149 (58.59% from 255 or 36.52% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2795 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2795 is #23D86A. Grayscale: #696969. Windows color (decimal): -2349163 or 9775068. OLE color: 9775068.
HSL color Cylindrical-coordinate representation of color #DC2795: hue angle of 323.54º 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 #DC2795 is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 39 | 149 | - |
| CMYK | 0 | 0.82 | 0.32 | 0.14 |
| HSL | 323.54º | 0.72% | 0.51% | - |
| HSV(B) | 323.54º | 0.82% | 0.86% | - |
| XYZ | 35.67 | 18.84 | 30.19 | - |
| YUV | 105.66 | 152.47 | 209.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 39 | 149 | 0 | 0.82 | 0.32 | 0.14 | 323.54 | 0.72 | 0.51 |
| Hex | DC | 27 | 95 | 0 | 52 | 20 | E | 144 | 48 | 33 |
| Octal | 334 | 47 | 225 | 0 | 122 | 40 | 16 | 504 | 110 | 63 |
| Binary | 11011100 | 100111 | 10010101 | 0 | 1010010 | 100000 | 1110 | 101000100 | 1001000 | 110011 |
Color Harmonies of #DC2795
Complementary color
Monochromatic Colors of #DC2795
Black with #DC2795
Text Example
Text Example
White with #DC2795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2795; }
p { color: rgb(220,39,149); }
H1.HeaderClassName
{
color: #DC2795;
}
.AnyTagClassName
{
color: #DC2795;
}
</style>
background-color css
<style>
a { background-color: #DC2795; }
a { background-color: rgb(220,39,149); }
div.DivClassName
{
background-color: #DC2795;
}
.BgClassName
{
background-color: #DC2795;
}
</style>
border-color css
<style>
span { border-color: #DC2795; }
span { border-color: rgb(220,39,149); }
td.TdClassName
{
border-color: #DC2795;
}
.TagClassName
{
border-color: #DC2795;
}
</style>