Shades of Deep Cerise #DC2582
Tints of Deep Cerise #DC2582
RGB
CMYK
RGB Variations
Color information
#DC2582 (or 0xDC2582) is known color: Deep Cerise. HEX triplet: DC, 25 and 82. RGB value is (220,37,130). Sum of RGB (Red+Green+Blue) = 220+37+130=387 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.85% from 387); Green value is 37 (14.84% from 255 or 9.56% from 387); Blue value is 130 (51.17% from 255 or 33.59% from 387); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2582 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2582 is #23DA7D. Grayscale: #666666. Windows color (decimal): -2349694 or 8529372. OLE color: 8529372.
HSL color Cylindrical-coordinate representation of color #DC2582: hue angle of 329.51º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC2582 is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 37 | 130 | - |
| CMYK | 0 | 0.83 | 0.41 | 0.14 |
| HSL | 329.51º | 0.72% | 0.5% | - |
| HSV(B) | 329.51º | 0.83% | 0.86% | - |
| XYZ | 34.21 | 18.15 | 22.82 | - |
| YUV | 102.32 | 143.63 | 211.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 37 | 130 | 0 | 0.83 | 0.41 | 0.14 | 329.51 | 0.72 | 0.5 |
| Hex | DC | 25 | 82 | 0 | 53 | 29 | E | 14A | 48 | 32 |
| Octal | 334 | 45 | 202 | 0 | 123 | 51 | 16 | 512 | 110 | 62 |
| Binary | 11011100 | 100101 | 10000010 | 0 | 1010011 | 101001 | 1110 | 101001010 | 1001000 | 110010 |
Color Harmonies of #DC2582
Complementary color
Monochromatic Colors of #DC2582
Black with #DC2582
Text Example
Text Example
White with #DC2582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2582; }
p { color: rgb(220,37,130); }
H1.HeaderClassName
{
color: #DC2582;
}
.AnyTagClassName
{
color: #DC2582;
}
</style>
background-color css
<style>
a { background-color: #DC2582; }
a { background-color: rgb(220,37,130); }
div.DivClassName
{
background-color: #DC2582;
}
.BgClassName
{
background-color: #DC2582;
}
</style>
border-color css
<style>
span { border-color: #DC2582; }
span { border-color: rgb(220,37,130); }
td.TdClassName
{
border-color: #DC2582;
}
.TagClassName
{
border-color: #DC2582;
}
</style>