Shades of Deep Cerise #D82FAC
Tints of Deep Cerise #D82FAC
RGB
CMYK
RGB Variations
Color information
#D82FAC (or 0xD82FAC) is known color: Deep Cerise. HEX triplet: D8, 2F and AC. RGB value is (216,47,172). Sum of RGB (Red+Green+Blue) = 216+47+172=435 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.66% from 435); Green value is 47 (18.75% from 255 or 10.80% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 216 - color contains mainly: red. Hex color #D82FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82FAC is #27D053. Grayscale: #6F6F6F. Windows color (decimal): -2609236 or 11284440. OLE color: 11284440.
HSL color Cylindrical-coordinate representation of color #D82FAC: hue angle of 315.62º 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 #D82FAC is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 47 | 172 | - |
| CMYK | 0 | 0.78 | 0.20 | 0.15 |
| HSL | 315.62º | 0.68% | 0.52% | - |
| HSV(B) | 315.62º | 0.78% | 0.85% | - |
| XYZ | 36.78 | 19.61 | 40.88 | - |
| YUV | 111.78 | 161.99 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 47 | 172 | 0 | 0.78 | 0.20 | 0.15 | 315.62 | 0.68 | 0.52 |
| Hex | D8 | 2F | AC | 0 | 4E | 14 | F | 13C | 44 | 34 |
| Octal | 330 | 57 | 254 | 0 | 116 | 24 | 17 | 474 | 104 | 64 |
| Binary | 11011000 | 101111 | 10101100 | 0 | 1001110 | 10100 | 1111 | 100111100 | 1000100 | 110100 |
Color Harmonies of #D82FAC
Complementary color
Monochromatic Colors of #D82FAC
Black with #D82FAC
Text Example
Text Example
White with #D82FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82FAC; }
p { color: rgb(216,47,172); }
H1.HeaderClassName
{
color: #D82FAC;
}
.AnyTagClassName
{
color: #D82FAC;
}
</style>
background-color css
<style>
a { background-color: #D82FAC; }
a { background-color: rgb(216,47,172); }
div.DivClassName
{
background-color: #D82FAC;
}
.BgClassName
{
background-color: #D82FAC;
}
</style>
border-color css
<style>
span { border-color: #D82FAC; }
span { border-color: rgb(216,47,172); }
td.TdClassName
{
border-color: #D82FAC;
}
.TagClassName
{
border-color: #D82FAC;
}
</style>