Shades of Deep Cerise #D82DA1
Tints of Deep Cerise #D82DA1
RGB
CMYK
RGB Variations
Color information
#D82DA1 (or 0xD82DA1) is known color: Deep Cerise. HEX triplet: D8, 2D and A1. RGB value is (216,45,161). Sum of RGB (Red+Green+Blue) = 216+45+161=422 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.18% from 422); Green value is 45 (17.97% from 255 or 10.66% from 422); Blue value is 161 (63.28% from 255 or 38.15% from 422); Max value from RGB is 216 - color contains mainly: red. Hex color #D82DA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82DA1 is #27D25E. Grayscale: #6D6D6D. Windows color (decimal): -2609759 or 10563032. OLE color: 10563032.
HSL color Cylindrical-coordinate representation of color #D82DA1: hue angle of 319.3º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D82DA1 is Cyan = 0, Magento = 0.79, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 45 | 161 | - |
| CMYK | 0 | 0.79 | 0.25 | 0.15 |
| HSL | 319.3º | 0.69% | 0.51% | - |
| HSV(B) | 319.3º | 0.79% | 0.85% | - |
| XYZ | 35.69 | 19.05 | 35.51 | - |
| YUV | 109.35 | 157.15 | 204.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 45 | 161 | 0 | 0.79 | 0.25 | 0.15 | 319.3 | 0.69 | 0.51 |
| Hex | D8 | 2D | A1 | 0 | 4F | 19 | F | 13F | 45 | 33 |
| Octal | 330 | 55 | 241 | 0 | 117 | 31 | 17 | 477 | 105 | 63 |
| Binary | 11011000 | 101101 | 10100001 | 0 | 1001111 | 11001 | 1111 | 100111111 | 1000101 | 110011 |
Color Harmonies of #D82DA1
Complementary color
Monochromatic Colors of #D82DA1
Black with #D82DA1
Text Example
Text Example
White with #D82DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82DA1; }
p { color: rgb(216,45,161); }
H1.HeaderClassName
{
color: #D82DA1;
}
.AnyTagClassName
{
color: #D82DA1;
}
</style>
background-color css
<style>
a { background-color: #D82DA1; }
a { background-color: rgb(216,45,161); }
div.DivClassName
{
background-color: #D82DA1;
}
.BgClassName
{
background-color: #D82DA1;
}
</style>
border-color css
<style>
span { border-color: #D82DA1; }
span { border-color: rgb(216,45,161); }
td.TdClassName
{
border-color: #D82DA1;
}
.TagClassName
{
border-color: #D82DA1;
}
</style>