Shades of Deep Cerise #D82F99
Tints of Deep Cerise #D82F99
RGB
CMYK
RGB Variations
Color information
#D82F99 (or 0xD82F99) is known color: Deep Cerise. HEX triplet: D8, 2F and 99. RGB value is (216,47,153). Sum of RGB (Red+Green+Blue) = 216+47+153=416 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.92% from 416); Green value is 47 (18.75% from 255 or 11.30% from 416); Blue value is 153 (60.16% from 255 or 36.78% from 416); Max value from RGB is 216 - color contains mainly: red. Hex color #D82F99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82F99 is #27D066. Grayscale: #6D6D6D. Windows color (decimal): -2609255 or 10039256. OLE color: 10039256.
HSL color Cylindrical-coordinate representation of color #D82F99: hue angle of 322.37º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D82F99 is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 47 | 153 | - |
| CMYK | 0 | 0.78 | 0.29 | 0.15 |
| HSL | 322.37º | 0.68% | 0.52% | - |
| HSV(B) | 322.37º | 0.78% | 0.85% | - |
| XYZ | 35.09 | 18.93 | 31.94 | - |
| YUV | 109.62 | 152.49 | 203.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 47 | 153 | 0 | 0.78 | 0.29 | 0.15 | 322.37 | 0.68 | 0.52 |
| Hex | D8 | 2F | 99 | 0 | 4E | 1D | F | 142 | 44 | 34 |
| Octal | 330 | 57 | 231 | 0 | 116 | 35 | 17 | 502 | 104 | 64 |
| Binary | 11011000 | 101111 | 10011001 | 0 | 1001110 | 11101 | 1111 | 101000010 | 1000100 | 110100 |
Color Harmonies of #D82F99
Complementary color
Monochromatic Colors of #D82F99
Black with #D82F99
Text Example
Text Example
White with #D82F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82F99; }
p { color: rgb(216,47,153); }
H1.HeaderClassName
{
color: #D82F99;
}
.AnyTagClassName
{
color: #D82F99;
}
</style>
background-color css
<style>
a { background-color: #D82F99; }
a { background-color: rgb(216,47,153); }
div.DivClassName
{
background-color: #D82F99;
}
.BgClassName
{
background-color: #D82F99;
}
</style>
border-color css
<style>
span { border-color: #D82F99; }
span { border-color: rgb(216,47,153); }
td.TdClassName
{
border-color: #D82F99;
}
.TagClassName
{
border-color: #D82F99;
}
</style>