Shades of Deep Cerise #D82F9F
Tints of Deep Cerise #D82F9F
RGB
CMYK
RGB Variations
Color information
#D82F9F (or 0xD82F9F) is known color: Deep Cerise. HEX triplet: D8, 2F and 9F. RGB value is (216,47,159). Sum of RGB (Red+Green+Blue) = 216+47+159=422 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.18% from 422); Green value is 47 (18.75% from 255 or 11.14% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 216 - color contains mainly: red. Hex color #D82F9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82F9F is #27D060. Grayscale: #6E6E6E. Windows color (decimal): -2609249 or 10432472. OLE color: 10432472.
HSL color Cylindrical-coordinate representation of color #D82F9F: hue angle of 320.24º 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 #D82F9F is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 47 | 159 | - |
| CMYK | 0 | 0.78 | 0.26 | 0.15 |
| HSL | 320.24º | 0.68% | 0.52% | - |
| HSV(B) | 320.24º | 0.78% | 0.85% | - |
| XYZ | 35.59 | 19.14 | 34.62 | - |
| YUV | 110.3 | 155.49 | 203.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 47 | 159 | 0 | 0.78 | 0.26 | 0.15 | 320.24 | 0.68 | 0.52 |
| Hex | D8 | 2F | 9F | 0 | 4E | 1A | F | 140 | 44 | 34 |
| Octal | 330 | 57 | 237 | 0 | 116 | 32 | 17 | 500 | 104 | 64 |
| Binary | 11011000 | 101111 | 10011111 | 0 | 1001110 | 11010 | 1111 | 101000000 | 1000100 | 110100 |
Color Harmonies of #D82F9F
Complementary color
Monochromatic Colors of #D82F9F
Black with #D82F9F
Text Example
Text Example
White with #D82F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82F9F; }
p { color: rgb(216,47,159); }
H1.HeaderClassName
{
color: #D82F9F;
}
.AnyTagClassName
{
color: #D82F9F;
}
</style>
background-color css
<style>
a { background-color: #D82F9F; }
a { background-color: rgb(216,47,159); }
div.DivClassName
{
background-color: #D82F9F;
}
.BgClassName
{
background-color: #D82F9F;
}
</style>
border-color css
<style>
span { border-color: #D82F9F; }
span { border-color: rgb(216,47,159); }
td.TdClassName
{
border-color: #D82F9F;
}
.TagClassName
{
border-color: #D82F9F;
}
</style>