Shades of Deep Cerise #DC2083
Tints of Deep Cerise #DC2083
RGB
CMYK
RGB Variations
Color information
#DC2083 (or 0xDC2083) is known color: Deep Cerise. HEX triplet: DC, 20 and 83. RGB value is (220,32,131). Sum of RGB (Red+Green+Blue) = 220+32+131=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 32 (12.89% from 255 or 8.36% from 383); Blue value is 131 (51.56% from 255 or 34.20% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2083 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2083 is #23DF7C. Grayscale: #636363. Windows color (decimal): -2350973 or 8593628. OLE color: 8593628.
HSL color Cylindrical-coordinate representation of color #DC2083: hue angle of 328.4º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC2083 is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 32 | 131 | - |
| CMYK | 0 | 0.85 | 0.40 | 0.14 |
| HSL | 328.4º | 0.75% | 0.49% | - |
| HSV(B) | 328.4º | 0.85% | 0.86% | - |
| XYZ | 34.13 | 17.89 | 23.13 | - |
| YUV | 99.5 | 145.78 | 213.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 32 | 131 | 0 | 0.85 | 0.40 | 0.14 | 328.4 | 0.75 | 0.49 |
| Hex | DC | 20 | 83 | 0 | 55 | 28 | E | 148 | 4B | 31 |
| Octal | 334 | 40 | 203 | 0 | 125 | 50 | 16 | 510 | 113 | 61 |
| Binary | 11011100 | 100000 | 10000011 | 0 | 1010101 | 101000 | 1110 | 101001000 | 1001011 | 110001 |
Color Harmonies of #DC2083
Complementary color
Monochromatic Colors of #DC2083
Black with #DC2083
Text Example
Text Example
White with #DC2083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2083; }
p { color: rgb(220,32,131); }
H1.HeaderClassName
{
color: #DC2083;
}
.AnyTagClassName
{
color: #DC2083;
}
</style>
background-color css
<style>
a { background-color: #DC2083; }
a { background-color: rgb(220,32,131); }
div.DivClassName
{
background-color: #DC2083;
}
.BgClassName
{
background-color: #DC2083;
}
</style>
border-color css
<style>
span { border-color: #DC2083; }
span { border-color: rgb(220,32,131); }
td.TdClassName
{
border-color: #DC2083;
}
.TagClassName
{
border-color: #DC2083;
}
</style>