Shades of Deep Cerise #DC2382
Tints of Deep Cerise #DC2382
RGB
CMYK
RGB Variations
Color information
#DC2382 (or 0xDC2382) is known color: Deep Cerise. HEX triplet: DC, 23 and 82. RGB value is (220,35,130). Sum of RGB (Red+Green+Blue) = 220+35+130=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 35 (14.06% from 255 or 9.09% from 385); Blue value is 130 (51.17% from 255 or 33.77% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2382 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2382 is #23DC7D. Grayscale: #646464. Windows color (decimal): -2350206 or 8528860. OLE color: 8528860.
HSL color Cylindrical-coordinate representation of color #DC2382: hue angle of 329.19º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC2382 is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 35 | 130 | - |
| CMYK | 0 | 0.84 | 0.41 | 0.14 |
| HSL | 329.19º | 0.73% | 0.5% | - |
| HSV(B) | 329.19º | 0.84% | 0.86% | - |
| XYZ | 34.15 | 18.03 | 22.8 | - |
| YUV | 101.15 | 144.29 | 212.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 35 | 130 | 0 | 0.84 | 0.41 | 0.14 | 329.19 | 0.73 | 0.5 |
| Hex | DC | 23 | 82 | 0 | 54 | 29 | E | 149 | 49 | 32 |
| Octal | 334 | 43 | 202 | 0 | 124 | 51 | 16 | 511 | 111 | 62 |
| Binary | 11011100 | 100011 | 10000010 | 0 | 1010100 | 101001 | 1110 | 101001001 | 1001001 | 110010 |
Color Harmonies of #DC2382
Complementary color
Monochromatic Colors of #DC2382
Black with #DC2382
Text Example
Text Example
White with #DC2382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2382; }
p { color: rgb(220,35,130); }
H1.HeaderClassName
{
color: #DC2382;
}
.AnyTagClassName
{
color: #DC2382;
}
</style>
background-color css
<style>
a { background-color: #DC2382; }
a { background-color: rgb(220,35,130); }
div.DivClassName
{
background-color: #DC2382;
}
.BgClassName
{
background-color: #DC2382;
}
</style>
border-color css
<style>
span { border-color: #DC2382; }
span { border-color: rgb(220,35,130); }
td.TdClassName
{
border-color: #DC2382;
}
.TagClassName
{
border-color: #DC2382;
}
</style>