Shades of Deep Cerise #D82A8D
Tints of Deep Cerise #D82A8D
RGB
CMYK
RGB Variations
Color information
#D82A8D (or 0xD82A8D) is known color: Deep Cerise. HEX triplet: D8, 2A and 8D. RGB value is (216,42,141). Sum of RGB (Red+Green+Blue) = 216+42+141=399 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.14% from 399); Green value is 42 (16.80% from 255 or 10.53% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 216 - color contains mainly: red. Hex color #D82A8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82A8D is #27D572. Grayscale: #696969. Windows color (decimal): -2610547 or 9251544. OLE color: 9251544.
HSL color Cylindrical-coordinate representation of color #D82A8D: hue angle of 325.86º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D82A8D is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 42 | 141 | - |
| CMYK | 0 | 0.81 | 0.35 | 0.15 |
| HSL | 325.86º | 0.69% | 0.51% | - |
| HSV(B) | 325.86º | 0.81% | 0.85% | - |
| XYZ | 33.95 | 18.18 | 26.92 | - |
| YUV | 105.31 | 148.15 | 206.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 42 | 141 | 0 | 0.81 | 0.35 | 0.15 | 325.86 | 0.69 | 0.51 |
| Hex | D8 | 2A | 8D | 0 | 51 | 23 | F | 146 | 45 | 33 |
| Octal | 330 | 52 | 215 | 0 | 121 | 43 | 17 | 506 | 105 | 63 |
| Binary | 11011000 | 101010 | 10001101 | 0 | 1010001 | 100011 | 1111 | 101000110 | 1000101 | 110011 |
Color Harmonies of #D82A8D
Complementary color
Monochromatic Colors of #D82A8D
Black with #D82A8D
Text Example
Text Example
White with #D82A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82A8D; }
p { color: rgb(216,42,141); }
H1.HeaderClassName
{
color: #D82A8D;
}
.AnyTagClassName
{
color: #D82A8D;
}
</style>
background-color css
<style>
a { background-color: #D82A8D; }
a { background-color: rgb(216,42,141); }
div.DivClassName
{
background-color: #D82A8D;
}
.BgClassName
{
background-color: #D82A8D;
}
</style>
border-color css
<style>
span { border-color: #D82A8D; }
span { border-color: rgb(216,42,141); }
td.TdClassName
{
border-color: #D82A8D;
}
.TagClassName
{
border-color: #D82A8D;
}
</style>