Shades of Deep Cerise #D82B8C
Tints of Deep Cerise #D82B8C
RGB
CMYK
RGB Variations
Color information
#D82B8C (or 0xD82B8C) is known color: Deep Cerise. HEX triplet: D8, 2B and 8C. RGB value is (216,43,140). Sum of RGB (Red+Green+Blue) = 216+43+140=399 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.14% from 399); Green value is 43 (17.19% from 255 or 10.78% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 216 - color contains mainly: red. Hex color #D82B8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82B8C is #27D473. Grayscale: #696969. Windows color (decimal): -2610292 or 9186264. OLE color: 9186264.
HSL color Cylindrical-coordinate representation of color #D82B8C: hue angle of 326.36º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D82B8C is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 43 | 140 | - |
| CMYK | 0 | 0.80 | 0.35 | 0.15 |
| HSL | 326.36º | 0.69% | 0.51% | - |
| HSV(B) | 326.36º | 0.8% | 0.85% | - |
| XYZ | 33.92 | 18.22 | 26.54 | - |
| YUV | 105.79 | 147.31 | 206.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 43 | 140 | 0 | 0.80 | 0.35 | 0.15 | 326.36 | 0.69 | 0.51 |
| Hex | D8 | 2B | 8C | 0 | 50 | 23 | F | 146 | 45 | 33 |
| Octal | 330 | 53 | 214 | 0 | 120 | 43 | 17 | 506 | 105 | 63 |
| Binary | 11011000 | 101011 | 10001100 | 0 | 1010000 | 100011 | 1111 | 101000110 | 1000101 | 110011 |
Color Harmonies of #D82B8C
Complementary color
Monochromatic Colors of #D82B8C
Black with #D82B8C
Text Example
Text Example
White with #D82B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82B8C; }
p { color: rgb(216,43,140); }
H1.HeaderClassName
{
color: #D82B8C;
}
.AnyTagClassName
{
color: #D82B8C;
}
</style>
background-color css
<style>
a { background-color: #D82B8C; }
a { background-color: rgb(216,43,140); }
div.DivClassName
{
background-color: #D82B8C;
}
.BgClassName
{
background-color: #D82B8C;
}
</style>
border-color css
<style>
span { border-color: #D82B8C; }
span { border-color: rgb(216,43,140); }
td.TdClassName
{
border-color: #D82B8C;
}
.TagClassName
{
border-color: #D82B8C;
}
</style>