Shades of Deep Cerise #D82FA1
Tints of Deep Cerise #D82FA1
RGB
CMYK
RGB Variations
Color information
#D82FA1 (or 0xD82FA1) is known color: Deep Cerise. HEX triplet: D8, 2F and A1. RGB value is (216,47,161). Sum of RGB (Red+Green+Blue) = 216+47+161=424 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.94% from 424); Green value is 47 (18.75% from 255 or 11.08% from 424); Blue value is 161 (63.28% from 255 or 37.97% from 424); Max value from RGB is 216 - color contains mainly: red. Hex color #D82FA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82FA1 is #27D05E. Grayscale: #6E6E6E. Windows color (decimal): -2609247 or 10563544. OLE color: 10563544.
HSL color Cylindrical-coordinate representation of color #D82FA1: hue angle of 319.53º 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 #D82FA1 is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 47 | 161 | - |
| CMYK | 0 | 0.78 | 0.25 | 0.15 |
| HSL | 319.53º | 0.68% | 0.52% | - |
| HSV(B) | 319.53º | 0.78% | 0.85% | - |
| XYZ | 35.77 | 19.21 | 35.54 | - |
| YUV | 110.53 | 156.49 | 203.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 47 | 161 | 0 | 0.78 | 0.25 | 0.15 | 319.53 | 0.68 | 0.52 |
| Hex | D8 | 2F | A1 | 0 | 4E | 19 | F | 140 | 44 | 34 |
| Octal | 330 | 57 | 241 | 0 | 116 | 31 | 17 | 500 | 104 | 64 |
| Binary | 11011000 | 101111 | 10100001 | 0 | 1001110 | 11001 | 1111 | 101000000 | 1000100 | 110100 |
Color Harmonies of #D82FA1
Complementary color
Monochromatic Colors of #D82FA1
Black with #D82FA1
Text Example
Text Example
White with #D82FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82FA1; }
p { color: rgb(216,47,161); }
H1.HeaderClassName
{
color: #D82FA1;
}
.AnyTagClassName
{
color: #D82FA1;
}
</style>
background-color css
<style>
a { background-color: #D82FA1; }
a { background-color: rgb(216,47,161); }
div.DivClassName
{
background-color: #D82FA1;
}
.BgClassName
{
background-color: #D82FA1;
}
</style>
border-color css
<style>
span { border-color: #D82FA1; }
span { border-color: rgb(216,47,161); }
td.TdClassName
{
border-color: #D82FA1;
}
.TagClassName
{
border-color: #D82FA1;
}
</style>