Shades of Deep Cerise #D82F84
Tints of Deep Cerise #D82F84
RGB
CMYK
RGB Variations
Color information
#D82F84 (or 0xD82F84) is known color: Deep Cerise. HEX triplet: D8, 2F and 84. RGB value is (216,47,132). Sum of RGB (Red+Green+Blue) = 216+47+132=395 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.68% from 395); Green value is 47 (18.75% from 255 or 11.90% from 395); Blue value is 132 (51.95% from 255 or 33.42% from 395); Max value from RGB is 216 - color contains mainly: red. Hex color #D82F84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82F84 is #27D07B. Grayscale: #6B6B6B. Windows color (decimal): -2609276 or 8663000. OLE color: 8663000.
HSL color Cylindrical-coordinate representation of color #D82F84: hue angle of 329.82º 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 #D82F84 is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 47 | 132 | - |
| CMYK | 0 | 0.78 | 0.39 | 0.15 |
| HSL | 329.82º | 0.68% | 0.52% | - |
| HSV(B) | 329.82º | 0.78% | 0.85% | - |
| XYZ | 33.5 | 18.3 | 23.6 | - |
| YUV | 107.22 | 141.99 | 205.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 47 | 132 | 0 | 0.78 | 0.39 | 0.15 | 329.82 | 0.68 | 0.52 |
| Hex | D8 | 2F | 84 | 0 | 4E | 27 | F | 14A | 44 | 34 |
| Octal | 330 | 57 | 204 | 0 | 116 | 47 | 17 | 512 | 104 | 64 |
| Binary | 11011000 | 101111 | 10000100 | 0 | 1001110 | 100111 | 1111 | 101001010 | 1000100 | 110100 |
Color Harmonies of #D82F84
Complementary color
Monochromatic Colors of #D82F84
Black with #D82F84
Text Example
Text Example
White with #D82F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82F84; }
p { color: rgb(216,47,132); }
H1.HeaderClassName
{
color: #D82F84;
}
.AnyTagClassName
{
color: #D82F84;
}
</style>
background-color css
<style>
a { background-color: #D82F84; }
a { background-color: rgb(216,47,132); }
div.DivClassName
{
background-color: #D82F84;
}
.BgClassName
{
background-color: #D82F84;
}
</style>
border-color css
<style>
span { border-color: #D82F84; }
span { border-color: rgb(216,47,132); }
td.TdClassName
{
border-color: #D82F84;
}
.TagClassName
{
border-color: #D82F84;
}
</style>