Shades of Deep Cerise #D82B8D
Tints of Deep Cerise #D82B8D
RGB
CMYK
RGB Variations
Color information
#D82B8D (or 0xD82B8D) is known color: Deep Cerise. HEX triplet: D8, 2B and 8D. RGB value is (216,43,141). Sum of RGB (Red+Green+Blue) = 216+43+141=400 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54% from 400); Green value is 43 (17.19% from 255 or 10.75% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 216 - color contains mainly: red. Hex color #D82B8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82B8D is #27D472. Grayscale: #696969. Windows color (decimal): -2610291 or 9251800. OLE color: 9251800.
HSL color Cylindrical-coordinate representation of color #D82B8D: hue angle of 326.01º 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 #D82B8D is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 43 | 141 | - |
| CMYK | 0 | 0.80 | 0.35 | 0.15 |
| HSL | 326.01º | 0.69% | 0.51% | - |
| HSV(B) | 326.01º | 0.8% | 0.85% | - |
| XYZ | 33.99 | 18.25 | 26.93 | - |
| YUV | 105.9 | 147.81 | 206.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 43 | 141 | 0 | 0.80 | 0.35 | 0.15 | 326.01 | 0.69 | 0.51 |
| Hex | D8 | 2B | 8D | 0 | 50 | 23 | F | 146 | 45 | 33 |
| Octal | 330 | 53 | 215 | 0 | 120 | 43 | 17 | 506 | 105 | 63 |
| Binary | 11011000 | 101011 | 10001101 | 0 | 1010000 | 100011 | 1111 | 101000110 | 1000101 | 110011 |
Color Harmonies of #D82B8D
Complementary color
Monochromatic Colors of #D82B8D
Black with #D82B8D
Text Example
Text Example
White with #D82B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82B8D; }
p { color: rgb(216,43,141); }
H1.HeaderClassName
{
color: #D82B8D;
}
.AnyTagClassName
{
color: #D82B8D;
}
</style>
background-color css
<style>
a { background-color: #D82B8D; }
a { background-color: rgb(216,43,141); }
div.DivClassName
{
background-color: #D82B8D;
}
.BgClassName
{
background-color: #D82B8D;
}
</style>
border-color css
<style>
span { border-color: #D82B8D; }
span { border-color: rgb(216,43,141); }
td.TdClassName
{
border-color: #D82B8D;
}
.TagClassName
{
border-color: #D82B8D;
}
</style>