Shades of Deep Cerise #DC2782
Tints of Deep Cerise #DC2782
RGB
CMYK
RGB Variations
Color information
#DC2782 (or 0xDC2782) is known color: Deep Cerise. HEX triplet: DC, 27 and 82. RGB value is (220,39,130). Sum of RGB (Red+Green+Blue) = 220+39+130=389 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.56% from 389); Green value is 39 (15.62% from 255 or 10.03% from 389); Blue value is 130 (51.17% from 255 or 33.42% from 389); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2782 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2782 is #23D87D. Grayscale: #676767. Windows color (decimal): -2349182 or 8529884. OLE color: 8529884.
HSL color Cylindrical-coordinate representation of color #DC2782: 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.82%. Process color model (Four color, CMYK) of #DC2782 is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 39 | 130 | - |
| CMYK | 0 | 0.82 | 0.41 | 0.14 |
| HSL | 329.83º | 0.72% | 0.51% | - |
| HSV(B) | 329.83º | 0.82% | 0.86% | - |
| XYZ | 34.27 | 18.28 | 22.84 | - |
| YUV | 103.49 | 142.97 | 211.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 39 | 130 | 0 | 0.82 | 0.41 | 0.14 | 329.83 | 0.72 | 0.51 |
| Hex | DC | 27 | 82 | 0 | 52 | 29 | E | 14A | 48 | 33 |
| Octal | 334 | 47 | 202 | 0 | 122 | 51 | 16 | 512 | 110 | 63 |
| Binary | 11011100 | 100111 | 10000010 | 0 | 1010010 | 101001 | 1110 | 101001010 | 1001000 | 110011 |
Color Harmonies of #DC2782
Complementary color
Monochromatic Colors of #DC2782
Black with #DC2782
Text Example
Text Example
White with #DC2782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2782; }
p { color: rgb(220,39,130); }
H1.HeaderClassName
{
color: #DC2782;
}
.AnyTagClassName
{
color: #DC2782;
}
</style>
background-color css
<style>
a { background-color: #DC2782; }
a { background-color: rgb(220,39,130); }
div.DivClassName
{
background-color: #DC2782;
}
.BgClassName
{
background-color: #DC2782;
}
</style>
border-color css
<style>
span { border-color: #DC2782; }
span { border-color: rgb(220,39,130); }
td.TdClassName
{
border-color: #DC2782;
}
.TagClassName
{
border-color: #DC2782;
}
</style>