Shades of Deep Cerise #DC2893
Tints of Deep Cerise #DC2893
RGB
CMYK
RGB Variations
Color information
#DC2893 (or 0xDC2893) is known color: Deep Cerise. HEX triplet: DC, 28 and 93. RGB value is (220,40,147). Sum of RGB (Red+Green+Blue) = 220+40+147=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 40 (16.02% from 255 or 9.83% from 407); Blue value is 147 (57.81% from 255 or 36.12% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2893 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2893 is #23D76C. Grayscale: #696969. Windows color (decimal): -2348909 or 9644252. OLE color: 9644252.
HSL color Cylindrical-coordinate representation of color #DC2893: hue angle of 324.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 #DC2893 is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 40 | 147 | - |
| CMYK | 0 | 0.82 | 0.33 | 0.14 |
| HSL | 324.33º | 0.72% | 0.51% | - |
| HSV(B) | 324.33º | 0.82% | 0.86% | - |
| XYZ | 35.54 | 18.84 | 29.37 | - |
| YUV | 106.02 | 151.13 | 209.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 40 | 147 | 0 | 0.82 | 0.33 | 0.14 | 324.33 | 0.72 | 0.51 |
| Hex | DC | 28 | 93 | 0 | 52 | 21 | E | 144 | 48 | 33 |
| Octal | 334 | 50 | 223 | 0 | 122 | 41 | 16 | 504 | 110 | 63 |
| Binary | 11011100 | 101000 | 10010011 | 0 | 1010010 | 100001 | 1110 | 101000100 | 1001000 | 110011 |
Color Harmonies of #DC2893
Complementary color
Monochromatic Colors of #DC2893
Black with #DC2893
Text Example
Text Example
White with #DC2893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2893; }
p { color: rgb(220,40,147); }
H1.HeaderClassName
{
color: #DC2893;
}
.AnyTagClassName
{
color: #DC2893;
}
</style>
background-color css
<style>
a { background-color: #DC2893; }
a { background-color: rgb(220,40,147); }
div.DivClassName
{
background-color: #DC2893;
}
.BgClassName
{
background-color: #DC2893;
}
</style>
border-color css
<style>
span { border-color: #DC2893; }
span { border-color: rgb(220,40,147); }
td.TdClassName
{
border-color: #DC2893;
}
.TagClassName
{
border-color: #DC2893;
}
</style>