Shades of Deep Cerise #D82BA1
Tints of Deep Cerise #D82BA1
RGB
CMYK
RGB Variations
Color information
#D82BA1 (or 0xD82BA1) is known color: Deep Cerise. HEX triplet: D8, 2B and A1. RGB value is (216,43,161). Sum of RGB (Red+Green+Blue) = 216+43+161=420 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.43% from 420); Green value is 43 (17.19% from 255 or 10.24% from 420); Blue value is 161 (63.28% from 255 or 38.33% from 420); Max value from RGB is 216 - color contains mainly: red. Hex color #D82BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82BA1 is #27D45E. Grayscale: #6B6B6B. Windows color (decimal): -2610271 or 10562520. OLE color: 10562520.
HSL color Cylindrical-coordinate representation of color #D82BA1: hue angle of 319.08º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D82BA1 is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 43 | 161 | - |
| CMYK | 0 | 0.80 | 0.25 | 0.15 |
| HSL | 319.08º | 0.69% | 0.51% | - |
| HSV(B) | 319.08º | 0.8% | 0.85% | - |
| XYZ | 35.62 | 18.9 | 35.49 | - |
| YUV | 108.18 | 157.81 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 43 | 161 | 0 | 0.80 | 0.25 | 0.15 | 319.08 | 0.69 | 0.51 |
| Hex | D8 | 2B | A1 | 0 | 50 | 19 | F | 13F | 45 | 33 |
| Octal | 330 | 53 | 241 | 0 | 120 | 31 | 17 | 477 | 105 | 63 |
| Binary | 11011000 | 101011 | 10100001 | 0 | 1010000 | 11001 | 1111 | 100111111 | 1000101 | 110011 |
Color Harmonies of #D82BA1
Complementary color
Monochromatic Colors of #D82BA1
Black with #D82BA1
Text Example
Text Example
White with #D82BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82BA1; }
p { color: rgb(216,43,161); }
H1.HeaderClassName
{
color: #D82BA1;
}
.AnyTagClassName
{
color: #D82BA1;
}
</style>
background-color css
<style>
a { background-color: #D82BA1; }
a { background-color: rgb(216,43,161); }
div.DivClassName
{
background-color: #D82BA1;
}
.BgClassName
{
background-color: #D82BA1;
}
</style>
border-color css
<style>
span { border-color: #D82BA1; }
span { border-color: rgb(216,43,161); }
td.TdClassName
{
border-color: #D82BA1;
}
.TagClassName
{
border-color: #D82BA1;
}
</style>