Shades of Deep Cerise #DC2885
Tints of Deep Cerise #DC2885
RGB
CMYK
RGB Variations
Color information
#DC2885 (or 0xDC2885) is known color: Deep Cerise. HEX triplet: DC, 28 and 85. RGB value is (220,40,133). Sum of RGB (Red+Green+Blue) = 220+40+133=393 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.98% from 393); Green value is 40 (16.02% from 255 or 10.18% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2885 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2885 is #23D77A. Grayscale: #686868. Windows color (decimal): -2348923 or 8726748. OLE color: 8726748.
HSL color Cylindrical-coordinate representation of color #DC2885: hue angle of 329º 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 #DC2885 is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 40 | 133 | - |
| CMYK | 0 | 0.82 | 0.40 | 0.14 |
| HSL | 329º | 0.72% | 0.51% | - |
| HSV(B) | 329º | 0.82% | 0.86% | - |
| XYZ | 34.51 | 18.43 | 23.93 | - |
| YUV | 104.42 | 144.13 | 210.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 40 | 133 | 0 | 0.82 | 0.40 | 0.14 | 329 | 0.72 | 0.51 |
| Hex | DC | 28 | 85 | 0 | 52 | 28 | E | 149 | 48 | 33 |
| Octal | 334 | 50 | 205 | 0 | 122 | 50 | 16 | 511 | 110 | 63 |
| Binary | 11011100 | 101000 | 10000101 | 0 | 1010010 | 101000 | 1110 | 101001001 | 1001000 | 110011 |
Color Harmonies of #DC2885
Complementary color
Monochromatic Colors of #DC2885
Black with #DC2885
Text Example
Text Example
White with #DC2885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2885; }
p { color: rgb(220,40,133); }
H1.HeaderClassName
{
color: #DC2885;
}
.AnyTagClassName
{
color: #DC2885;
}
</style>
background-color css
<style>
a { background-color: #DC2885; }
a { background-color: rgb(220,40,133); }
div.DivClassName
{
background-color: #DC2885;
}
.BgClassName
{
background-color: #DC2885;
}
</style>
border-color css
<style>
span { border-color: #DC2885; }
span { border-color: rgb(220,40,133); }
td.TdClassName
{
border-color: #DC2885;
}
.TagClassName
{
border-color: #DC2885;
}
</style>