Shades of Deep Cerise #D82FAA
Tints of Deep Cerise #D82FAA
RGB
CMYK
RGB Variations
Color information
#D82FAA (or 0xD82FAA) is known color: Deep Cerise. HEX triplet: D8, 2F and AA. RGB value is (216,47,170). Sum of RGB (Red+Green+Blue) = 216+47+170=433 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.88% from 433); Green value is 47 (18.75% from 255 or 10.85% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 216 - color contains mainly: red. Hex color #D82FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82FAA is #27D055. Grayscale: #6F6F6F. Windows color (decimal): -2609238 or 11153368. OLE color: 11153368.
HSL color Cylindrical-coordinate representation of color #D82FAA: hue angle of 316.33º 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 #D82FAA is Cyan = 0, Magento = 0.78, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 47 | 170 | - |
| CMYK | 0 | 0.78 | 0.21 | 0.15 |
| HSL | 316.33º | 0.68% | 0.52% | - |
| HSV(B) | 316.33º | 0.78% | 0.85% | - |
| XYZ | 36.59 | 19.53 | 39.87 | - |
| YUV | 111.55 | 160.99 | 202.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 47 | 170 | 0 | 0.78 | 0.21 | 0.15 | 316.33 | 0.68 | 0.52 |
| Hex | D8 | 2F | AA | 0 | 4E | 15 | F | 13C | 44 | 34 |
| Octal | 330 | 57 | 252 | 0 | 116 | 25 | 17 | 474 | 104 | 64 |
| Binary | 11011000 | 101111 | 10101010 | 0 | 1001110 | 10101 | 1111 | 100111100 | 1000100 | 110100 |
Color Harmonies of #D82FAA
Complementary color
Monochromatic Colors of #D82FAA
Black with #D82FAA
Text Example
Text Example
White with #D82FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82FAA; }
p { color: rgb(216,47,170); }
H1.HeaderClassName
{
color: #D82FAA;
}
.AnyTagClassName
{
color: #D82FAA;
}
</style>
background-color css
<style>
a { background-color: #D82FAA; }
a { background-color: rgb(216,47,170); }
div.DivClassName
{
background-color: #D82FAA;
}
.BgClassName
{
background-color: #D82FAA;
}
</style>
border-color css
<style>
span { border-color: #D82FAA; }
span { border-color: rgb(216,47,170); }
td.TdClassName
{
border-color: #D82FAA;
}
.TagClassName
{
border-color: #D82FAA;
}
</style>