Shades of Deep Cerise #D82FA4
Tints of Deep Cerise #D82FA4
RGB
CMYK
RGB Variations
Color information
#D82FA4 (or 0xD82FA4) is known color: Deep Cerise. HEX triplet: D8, 2F and A4. RGB value is (216,47,164). Sum of RGB (Red+Green+Blue) = 216+47+164=427 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.59% from 427); Green value is 47 (18.75% from 255 or 11.01% from 427); Blue value is 164 (64.45% from 255 or 38.41% from 427); Max value from RGB is 216 - color contains mainly: red. Hex color #D82FA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82FA4 is #27D05B. Grayscale: #6E6E6E. Windows color (decimal): -2609244 or 10760152. OLE color: 10760152.
HSL color Cylindrical-coordinate representation of color #D82FA4: hue angle of 318.46º 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 #D82FA4 is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 47 | 164 | - |
| CMYK | 0 | 0.78 | 0.24 | 0.15 |
| HSL | 318.46º | 0.68% | 0.52% | - |
| HSV(B) | 318.46º | 0.78% | 0.85% | - |
| XYZ | 36.04 | 19.31 | 36.95 | - |
| YUV | 110.87 | 157.99 | 202.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 47 | 164 | 0 | 0.78 | 0.24 | 0.15 | 318.46 | 0.68 | 0.52 |
| Hex | D8 | 2F | A4 | 0 | 4E | 18 | F | 13E | 44 | 34 |
| Octal | 330 | 57 | 244 | 0 | 116 | 30 | 17 | 476 | 104 | 64 |
| Binary | 11011000 | 101111 | 10100100 | 0 | 1001110 | 11000 | 1111 | 100111110 | 1000100 | 110100 |
Color Harmonies of #D82FA4
Complementary color
Monochromatic Colors of #D82FA4
Black with #D82FA4
Text Example
Text Example
White with #D82FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82FA4; }
p { color: rgb(216,47,164); }
H1.HeaderClassName
{
color: #D82FA4;
}
.AnyTagClassName
{
color: #D82FA4;
}
</style>
background-color css
<style>
a { background-color: #D82FA4; }
a { background-color: rgb(216,47,164); }
div.DivClassName
{
background-color: #D82FA4;
}
.BgClassName
{
background-color: #D82FA4;
}
</style>
border-color css
<style>
span { border-color: #D82FA4; }
span { border-color: rgb(216,47,164); }
td.TdClassName
{
border-color: #D82FA4;
}
.TagClassName
{
border-color: #D82FA4;
}
</style>