Shades of Deep Cerise #D82282
Tints of Deep Cerise #D82282
RGB
CMYK
RGB Variations
Color information
#D82282 (or 0xD82282) is known color: Deep Cerise. HEX triplet: D8, 22 and 82. RGB value is (216,34,130). Sum of RGB (Red+Green+Blue) = 216+34+130=380 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.84% from 380); Green value is 34 (13.67% from 255 or 8.95% from 380); Blue value is 130 (51.17% from 255 or 34.21% from 380); Max value from RGB is 216 - color contains mainly: red. Hex color #D82282 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82282 is #27DD7D. Grayscale: #636363. Windows color (decimal): -2612606 or 8528600. OLE color: 8528600.
HSL color Cylindrical-coordinate representation of color #D82282: hue angle of 328.35º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D82282 is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 34 | 130 | - |
| CMYK | 0 | 0.84 | 0.40 | 0.15 |
| HSL | 328.35º | 0.73% | 0.49% | - |
| HSV(B) | 328.35º | 0.84% | 0.85% | - |
| XYZ | 32.92 | 17.35 | 22.73 | - |
| YUV | 99.36 | 145.3 | 211.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 34 | 130 | 0 | 0.84 | 0.40 | 0.15 | 328.35 | 0.73 | 0.49 |
| Hex | D8 | 22 | 82 | 0 | 54 | 28 | F | 148 | 49 | 31 |
| Octal | 330 | 42 | 202 | 0 | 124 | 50 | 17 | 510 | 111 | 61 |
| Binary | 11011000 | 100010 | 10000010 | 0 | 1010100 | 101000 | 1111 | 101001000 | 1001001 | 110001 |
Color Harmonies of #D82282
Complementary color
Monochromatic Colors of #D82282
Black with #D82282
Text Example
Text Example
White with #D82282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82282; }
p { color: rgb(216,34,130); }
H1.HeaderClassName
{
color: #D82282;
}
.AnyTagClassName
{
color: #D82282;
}
</style>
background-color css
<style>
a { background-color: #D82282; }
a { background-color: rgb(216,34,130); }
div.DivClassName
{
background-color: #D82282;
}
.BgClassName
{
background-color: #D82282;
}
</style>
border-color css
<style>
span { border-color: #D82282; }
span { border-color: rgb(216,34,130); }
td.TdClassName
{
border-color: #D82282;
}
.TagClassName
{
border-color: #D82282;
}
</style>