Shades of Deep Cerise #DC2896
Tints of Deep Cerise #DC2896
RGB
CMYK
RGB Variations
Color information
#DC2896 (or 0xDC2896) is known color: Deep Cerise. HEX triplet: DC, 28 and 96. RGB value is (220,40,150). Sum of RGB (Red+Green+Blue) = 220+40+150=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 40 (16.02% from 255 or 9.76% from 410); Blue value is 150 (58.98% from 255 or 36.59% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2896 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2896 is #23D769. Grayscale: #6A6A6A. Windows color (decimal): -2348906 or 9840860. OLE color: 9840860.
HSL color Cylindrical-coordinate representation of color #DC2896: hue angle of 323.33º 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 #DC2896 is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 40 | 150 | - |
| CMYK | 0 | 0.82 | 0.32 | 0.14 |
| HSL | 323.33º | 0.72% | 0.51% | - |
| HSV(B) | 323.33º | 0.82% | 0.86% | - |
| XYZ | 35.78 | 18.94 | 30.62 | - |
| YUV | 106.36 | 152.63 | 209.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 40 | 150 | 0 | 0.82 | 0.32 | 0.14 | 323.33 | 0.72 | 0.51 |
| Hex | DC | 28 | 96 | 0 | 52 | 20 | E | 143 | 48 | 33 |
| Octal | 334 | 50 | 226 | 0 | 122 | 40 | 16 | 503 | 110 | 63 |
| Binary | 11011100 | 101000 | 10010110 | 0 | 1010010 | 100000 | 1110 | 101000011 | 1001000 | 110011 |
Color Harmonies of #DC2896
Complementary color
Monochromatic Colors of #DC2896
Black with #DC2896
Text Example
Text Example
White with #DC2896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2896; }
p { color: rgb(220,40,150); }
H1.HeaderClassName
{
color: #DC2896;
}
.AnyTagClassName
{
color: #DC2896;
}
</style>
background-color css
<style>
a { background-color: #DC2896; }
a { background-color: rgb(220,40,150); }
div.DivClassName
{
background-color: #DC2896;
}
.BgClassName
{
background-color: #DC2896;
}
</style>
border-color css
<style>
span { border-color: #DC2896; }
span { border-color: rgb(220,40,150); }
td.TdClassName
{
border-color: #DC2896;
}
.TagClassName
{
border-color: #DC2896;
}
</style>