Shades of Deep Cerise #DC2983
Tints of Deep Cerise #DC2983
RGB
CMYK
RGB Variations
Color information
#DC2983 (or 0xDC2983) is known color: Deep Cerise. HEX triplet: DC, 29 and 83. RGB value is (220,41,131). Sum of RGB (Red+Green+Blue) = 220+41+131=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 41 (16.41% from 255 or 10.46% from 392); Blue value is 131 (51.56% from 255 or 33.42% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2983 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2983 is #23D67C. Grayscale: #686868. Windows color (decimal): -2348669 or 8595932. OLE color: 8595932.
HSL color Cylindrical-coordinate representation of color #DC2983: hue angle of 329.83º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC2983 is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 41 | 131 | - |
| CMYK | 0 | 0.81 | 0.40 | 0.14 |
| HSL | 329.83º | 0.72% | 0.51% | - |
| HSV(B) | 329.83º | 0.81% | 0.86% | - |
| XYZ | 34.4 | 18.44 | 23.22 | - |
| YUV | 104.78 | 142.8 | 210.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 41 | 131 | 0 | 0.81 | 0.40 | 0.14 | 329.83 | 0.72 | 0.51 |
| Hex | DC | 29 | 83 | 0 | 51 | 28 | E | 14A | 48 | 33 |
| Octal | 334 | 51 | 203 | 0 | 121 | 50 | 16 | 512 | 110 | 63 |
| Binary | 11011100 | 101001 | 10000011 | 0 | 1010001 | 101000 | 1110 | 101001010 | 1001000 | 110011 |
Color Harmonies of #DC2983
Complementary color
Monochromatic Colors of #DC2983
Black with #DC2983
Text Example
Text Example
White with #DC2983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2983; }
p { color: rgb(220,41,131); }
H1.HeaderClassName
{
color: #DC2983;
}
.AnyTagClassName
{
color: #DC2983;
}
</style>
background-color css
<style>
a { background-color: #DC2983; }
a { background-color: rgb(220,41,131); }
div.DivClassName
{
background-color: #DC2983;
}
.BgClassName
{
background-color: #DC2983;
}
</style>
border-color css
<style>
span { border-color: #DC2983; }
span { border-color: rgb(220,41,131); }
td.TdClassName
{
border-color: #DC2983;
}
.TagClassName
{
border-color: #DC2983;
}
</style>