Shades of Deep Cerise #D82AAA
Tints of Deep Cerise #D82AAA
RGB
CMYK
RGB Variations
Color information
#D82AAA (or 0xD82AAA) is known color: Deep Cerise. HEX triplet: D8, 2A and AA. RGB value is (216,42,170). Sum of RGB (Red+Green+Blue) = 216+42+170=428 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.47% from 428); Green value is 42 (16.80% from 255 or 9.81% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 216 - color contains mainly: red. Hex color #D82AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82AAA is #27D555. Grayscale: #6C6C6C. Windows color (decimal): -2610518 or 11152088. OLE color: 11152088.
HSL color Cylindrical-coordinate representation of color #D82AAA: hue angle of 315.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 #D82AAA is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 42 | 170 | - |
| CMYK | 0 | 0.81 | 0.21 | 0.15 |
| HSL | 315.86º | 0.69% | 0.51% | - |
| HSV(B) | 315.86º | 0.81% | 0.85% | - |
| XYZ | 36.4 | 19.16 | 39.81 | - |
| YUV | 108.62 | 162.65 | 204.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 42 | 170 | 0 | 0.81 | 0.21 | 0.15 | 315.86 | 0.69 | 0.51 |
| Hex | D8 | 2A | AA | 0 | 51 | 15 | F | 13C | 45 | 33 |
| Octal | 330 | 52 | 252 | 0 | 121 | 25 | 17 | 474 | 105 | 63 |
| Binary | 11011000 | 101010 | 10101010 | 0 | 1010001 | 10101 | 1111 | 100111100 | 1000101 | 110011 |
Color Harmonies of #D82AAA
Complementary color
Monochromatic Colors of #D82AAA
Black with #D82AAA
Text Example
Text Example
White with #D82AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82AAA; }
p { color: rgb(216,42,170); }
H1.HeaderClassName
{
color: #D82AAA;
}
.AnyTagClassName
{
color: #D82AAA;
}
</style>
background-color css
<style>
a { background-color: #D82AAA; }
a { background-color: rgb(216,42,170); }
div.DivClassName
{
background-color: #D82AAA;
}
.BgClassName
{
background-color: #D82AAA;
}
</style>
border-color css
<style>
span { border-color: #D82AAA; }
span { border-color: rgb(216,42,170); }
td.TdClassName
{
border-color: #D82AAA;
}
.TagClassName
{
border-color: #D82AAA;
}
</style>