Shades of Deep Cerise #D82AA3
Tints of Deep Cerise #D82AA3
RGB
CMYK
RGB Variations
Color information
#D82AA3 (or 0xD82AA3) is known color: Deep Cerise. HEX triplet: D8, 2A and A3. RGB value is (216,42,163). Sum of RGB (Red+Green+Blue) = 216+42+163=421 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.31% from 421); Green value is 42 (16.80% from 255 or 9.98% from 421); Blue value is 163 (64.06% from 255 or 38.72% from 421); Max value from RGB is 216 - color contains mainly: red. Hex color #D82AA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82AA3 is #27D55C. Grayscale: #6B6B6B. Windows color (decimal): -2610525 or 10693336. OLE color: 10693336.
HSL color Cylindrical-coordinate representation of color #D82AA3: hue angle of 318.28º 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 #D82AA3 is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 42 | 163 | - |
| CMYK | 0 | 0.81 | 0.25 | 0.15 |
| HSL | 318.28º | 0.69% | 0.51% | - |
| HSV(B) | 318.28º | 0.81% | 0.85% | - |
| XYZ | 35.76 | 18.9 | 36.41 | - |
| YUV | 107.82 | 159.15 | 205.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 42 | 163 | 0 | 0.81 | 0.25 | 0.15 | 318.28 | 0.69 | 0.51 |
| Hex | D8 | 2A | A3 | 0 | 51 | 19 | F | 13E | 45 | 33 |
| Octal | 330 | 52 | 243 | 0 | 121 | 31 | 17 | 476 | 105 | 63 |
| Binary | 11011000 | 101010 | 10100011 | 0 | 1010001 | 11001 | 1111 | 100111110 | 1000101 | 110011 |
Color Harmonies of #D82AA3
Complementary color
Monochromatic Colors of #D82AA3
Black with #D82AA3
Text Example
Text Example
White with #D82AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82AA3; }
p { color: rgb(216,42,163); }
H1.HeaderClassName
{
color: #D82AA3;
}
.AnyTagClassName
{
color: #D82AA3;
}
</style>
background-color css
<style>
a { background-color: #D82AA3; }
a { background-color: rgb(216,42,163); }
div.DivClassName
{
background-color: #D82AA3;
}
.BgClassName
{
background-color: #D82AA3;
}
</style>
border-color css
<style>
span { border-color: #D82AA3; }
span { border-color: rgb(216,42,163); }
td.TdClassName
{
border-color: #D82AA3;
}
.TagClassName
{
border-color: #D82AA3;
}
</style>