Shades of Deep Cerise #D82FA6
Tints of Deep Cerise #D82FA6
RGB
CMYK
RGB Variations
Color information
#D82FA6 (or 0xD82FA6) is known color: Deep Cerise. HEX triplet: D8, 2F and A6. RGB value is (216,47,166). Sum of RGB (Red+Green+Blue) = 216+47+166=429 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.35% from 429); Green value is 47 (18.75% from 255 or 10.96% from 429); Blue value is 166 (65.23% from 255 or 38.69% from 429); Max value from RGB is 216 - color contains mainly: red. Hex color #D82FA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82FA6 is #27D059. Grayscale: #6E6E6E. Windows color (decimal): -2609242 or 10891224. OLE color: 10891224.
HSL color Cylindrical-coordinate representation of color #D82FA6: hue angle of 317.75º 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 #D82FA6 is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 47 | 166 | - |
| CMYK | 0 | 0.78 | 0.23 | 0.15 |
| HSL | 317.75º | 0.68% | 0.52% | - |
| HSV(B) | 317.75º | 0.78% | 0.85% | - |
| XYZ | 36.22 | 19.39 | 37.91 | - |
| YUV | 111.1 | 158.99 | 202.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 47 | 166 | 0 | 0.78 | 0.23 | 0.15 | 317.75 | 0.68 | 0.52 |
| Hex | D8 | 2F | A6 | 0 | 4E | 17 | F | 13E | 44 | 34 |
| Octal | 330 | 57 | 246 | 0 | 116 | 27 | 17 | 476 | 104 | 64 |
| Binary | 11011000 | 101111 | 10100110 | 0 | 1001110 | 10111 | 1111 | 100111110 | 1000100 | 110100 |
Color Harmonies of #D82FA6
Complementary color
Monochromatic Colors of #D82FA6
Black with #D82FA6
Text Example
Text Example
White with #D82FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82FA6; }
p { color: rgb(216,47,166); }
H1.HeaderClassName
{
color: #D82FA6;
}
.AnyTagClassName
{
color: #D82FA6;
}
</style>
background-color css
<style>
a { background-color: #D82FA6; }
a { background-color: rgb(216,47,166); }
div.DivClassName
{
background-color: #D82FA6;
}
.BgClassName
{
background-color: #D82FA6;
}
</style>
border-color css
<style>
span { border-color: #D82FA6; }
span { border-color: rgb(216,47,166); }
td.TdClassName
{
border-color: #D82FA6;
}
.TagClassName
{
border-color: #D82FA6;
}
</style>