Shades of Deep Cerise #DC2183
Tints of Deep Cerise #DC2183
RGB
CMYK
RGB Variations
Color information
#DC2183 (or 0xDC2183) is known color: Deep Cerise. HEX triplet: DC, 21 and 83. RGB value is (220,33,131). Sum of RGB (Red+Green+Blue) = 220+33+131=384 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.29% from 384); Green value is 33 (13.28% from 255 or 8.59% from 384); Blue value is 131 (51.56% from 255 or 34.11% from 384); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2183 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2183 is #23DE7C. Grayscale: #636363. Windows color (decimal): -2350717 or 8593884. OLE color: 8593884.
HSL color Cylindrical-coordinate representation of color #DC2183: hue angle of 328.56º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC2183 is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 33 | 131 | - |
| CMYK | 0 | 0.85 | 0.40 | 0.14 |
| HSL | 328.56º | 0.74% | 0.5% | - |
| HSV(B) | 328.56º | 0.85% | 0.86% | - |
| XYZ | 34.16 | 17.94 | 23.14 | - |
| YUV | 100.09 | 145.45 | 213.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 33 | 131 | 0 | 0.85 | 0.40 | 0.14 | 328.56 | 0.74 | 0.5 |
| Hex | DC | 21 | 83 | 0 | 55 | 28 | E | 149 | 4A | 32 |
| Octal | 334 | 41 | 203 | 0 | 125 | 50 | 16 | 511 | 112 | 62 |
| Binary | 11011100 | 100001 | 10000011 | 0 | 1010101 | 101000 | 1110 | 101001001 | 1001010 | 110010 |
Color Harmonies of #DC2183
Complementary color
Monochromatic Colors of #DC2183
Black with #DC2183
Text Example
Text Example
White with #DC2183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2183; }
p { color: rgb(220,33,131); }
H1.HeaderClassName
{
color: #DC2183;
}
.AnyTagClassName
{
color: #DC2183;
}
</style>
background-color css
<style>
a { background-color: #DC2183; }
a { background-color: rgb(220,33,131); }
div.DivClassName
{
background-color: #DC2183;
}
.BgClassName
{
background-color: #DC2183;
}
</style>
border-color css
<style>
span { border-color: #DC2183; }
span { border-color: rgb(220,33,131); }
td.TdClassName
{
border-color: #DC2183;
}
.TagClassName
{
border-color: #DC2183;
}
</style>