Shades of Deep Cerise #D82A8A
Tints of Deep Cerise #D82A8A
RGB
CMYK
RGB Variations
Color information
#D82A8A (or 0xD82A8A) is known color: Deep Cerise. HEX triplet: D8, 2A and 8A. RGB value is (216,42,138). Sum of RGB (Red+Green+Blue) = 216+42+138=396 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.55% from 396); Green value is 42 (16.80% from 255 or 10.61% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 216 - color contains mainly: red. Hex color #D82A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82A8A is #27D575. Grayscale: #686868. Windows color (decimal): -2610550 or 9054936. OLE color: 9054936.
HSL color Cylindrical-coordinate representation of color #D82A8A: hue angle of 326.9º 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 #D82A8A is Cyan = 0, Magento = 0.81, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 42 | 138 | - |
| CMYK | 0 | 0.81 | 0.36 | 0.15 |
| HSL | 326.9º | 0.69% | 0.51% | - |
| HSV(B) | 326.9º | 0.81% | 0.85% | - |
| XYZ | 33.73 | 18.09 | 25.76 | - |
| YUV | 104.97 | 146.65 | 207.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 42 | 138 | 0 | 0.81 | 0.36 | 0.15 | 326.9 | 0.69 | 0.51 |
| Hex | D8 | 2A | 8A | 0 | 51 | 24 | F | 147 | 45 | 33 |
| Octal | 330 | 52 | 212 | 0 | 121 | 44 | 17 | 507 | 105 | 63 |
| Binary | 11011000 | 101010 | 10001010 | 0 | 1010001 | 100100 | 1111 | 101000111 | 1000101 | 110011 |
Color Harmonies of #D82A8A
Complementary color
Monochromatic Colors of #D82A8A
Black with #D82A8A
Text Example
Text Example
White with #D82A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82A8A; }
p { color: rgb(216,42,138); }
H1.HeaderClassName
{
color: #D82A8A;
}
.AnyTagClassName
{
color: #D82A8A;
}
</style>
background-color css
<style>
a { background-color: #D82A8A; }
a { background-color: rgb(216,42,138); }
div.DivClassName
{
background-color: #D82A8A;
}
.BgClassName
{
background-color: #D82A8A;
}
</style>
border-color css
<style>
span { border-color: #D82A8A; }
span { border-color: rgb(216,42,138); }
td.TdClassName
{
border-color: #D82A8A;
}
.TagClassName
{
border-color: #D82A8A;
}
</style>