Shades of Deep Cerise #D82CAB
Tints of Deep Cerise #D82CAB
RGB
CMYK
RGB Variations
Color information
#D82CAB (or 0xD82CAB) is known color: Deep Cerise. HEX triplet: D8, 2C and AB. RGB value is (216,44,171). Sum of RGB (Red+Green+Blue) = 216+44+171=431 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50.12% from 431); Green value is 44 (17.58% from 255 or 10.21% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 216 - color contains mainly: red. Hex color #D82CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82CAB is #27D354. Grayscale: #6D6D6D. Windows color (decimal): -2610005 or 11218136. OLE color: 11218136.
HSL color Cylindrical-coordinate representation of color #D82CAB: hue angle of 315.7º 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 #D82CAB is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 44 | 171 | - |
| CMYK | 0 | 0.80 | 0.21 | 0.15 |
| HSL | 315.7º | 0.69% | 0.51% | - |
| HSV(B) | 315.7º | 0.8% | 0.85% | - |
| XYZ | 36.57 | 19.34 | 40.33 | - |
| YUV | 109.91 | 162.48 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 44 | 171 | 0 | 0.80 | 0.21 | 0.15 | 315.7 | 0.69 | 0.51 |
| Hex | D8 | 2C | AB | 0 | 50 | 15 | F | 13C | 45 | 33 |
| Octal | 330 | 54 | 253 | 0 | 120 | 25 | 17 | 474 | 105 | 63 |
| Binary | 11011000 | 101100 | 10101011 | 0 | 1010000 | 10101 | 1111 | 100111100 | 1000101 | 110011 |
Color Harmonies of #D82CAB
Complementary color
Monochromatic Colors of #D82CAB
Black with #D82CAB
Text Example
Text Example
White with #D82CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82CAB; }
p { color: rgb(216,44,171); }
H1.HeaderClassName
{
color: #D82CAB;
}
.AnyTagClassName
{
color: #D82CAB;
}
</style>
background-color css
<style>
a { background-color: #D82CAB; }
a { background-color: rgb(216,44,171); }
div.DivClassName
{
background-color: #D82CAB;
}
.BgClassName
{
background-color: #D82CAB;
}
</style>
border-color css
<style>
span { border-color: #D82CAB; }
span { border-color: rgb(216,44,171); }
td.TdClassName
{
border-color: #D82CAB;
}
.TagClassName
{
border-color: #D82CAB;
}
</style>