Shades of Deep Cerise #D82580
Tints of Deep Cerise #D82580
RGB
CMYK
RGB Variations
Color information
#D82580 (or 0xD82580) is known color: Deep Cerise. HEX triplet: D8, 25 and 80. RGB value is (216,37,128). Sum of RGB (Red+Green+Blue) = 216+37+128=381 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.69% from 381); Green value is 37 (14.84% from 255 or 9.71% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 216 - color contains mainly: red. Hex color #D82580 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82580 is #27DA7F. Grayscale: #646464. Windows color (decimal): -2611840 or 8398296. OLE color: 8398296.
HSL color Cylindrical-coordinate representation of color #D82580: hue angle of 329.5º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D82580 is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 37 | 128 | - |
| CMYK | 0 | 0.83 | 0.41 | 0.15 |
| HSL | 329.5º | 0.71% | 0.5% | - |
| HSV(B) | 329.5º | 0.83% | 0.85% | - |
| XYZ | 32.88 | 17.48 | 22.06 | - |
| YUV | 100.9 | 143.3 | 210.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 37 | 128 | 0 | 0.83 | 0.41 | 0.15 | 329.5 | 0.71 | 0.5 |
| Hex | D8 | 25 | 80 | 0 | 53 | 29 | F | 149 | 47 | 32 |
| Octal | 330 | 45 | 200 | 0 | 123 | 51 | 17 | 511 | 107 | 62 |
| Binary | 11011000 | 100101 | 10000000 | 0 | 1010011 | 101001 | 1111 | 101001001 | 1000111 | 110010 |
Color Harmonies of #D82580
Complementary color
Monochromatic Colors of #D82580
Black with #D82580
Text Example
Text Example
White with #D82580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82580; }
p { color: rgb(216,37,128); }
H1.HeaderClassName
{
color: #D82580;
}
.AnyTagClassName
{
color: #D82580;
}
</style>
background-color css
<style>
a { background-color: #D82580; }
a { background-color: rgb(216,37,128); }
div.DivClassName
{
background-color: #D82580;
}
.BgClassName
{
background-color: #D82580;
}
</style>
border-color css
<style>
span { border-color: #D82580; }
span { border-color: rgb(216,37,128); }
td.TdClassName
{
border-color: #D82580;
}
.TagClassName
{
border-color: #D82580;
}
</style>