Shades of Deep Cerise #D82D98
Tints of Deep Cerise #D82D98
RGB
CMYK
RGB Variations
Color information
#D82D98 (or 0xD82D98) is known color: Deep Cerise. HEX triplet: D8, 2D and 98. RGB value is (216,45,152). Sum of RGB (Red+Green+Blue) = 216+45+152=413 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.30% from 413); Green value is 45 (17.97% from 255 or 10.90% from 413); Blue value is 152 (59.77% from 255 or 36.80% from 413); Max value from RGB is 216 - color contains mainly: red. Hex color #D82D98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82D98 is #27D267. Grayscale: #6C6C6C. Windows color (decimal): -2609768 or 9973208. OLE color: 9973208.
HSL color Cylindrical-coordinate representation of color #D82D98: hue angle of 322.46º 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 #D82D98 is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 45 | 152 | - |
| CMYK | 0 | 0.79 | 0.30 | 0.15 |
| HSL | 322.46º | 0.69% | 0.51% | - |
| HSV(B) | 322.46º | 0.79% | 0.85% | - |
| XYZ | 34.92 | 18.74 | 31.48 | - |
| YUV | 108.33 | 152.65 | 204.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 45 | 152 | 0 | 0.79 | 0.30 | 0.15 | 322.46 | 0.69 | 0.51 |
| Hex | D8 | 2D | 98 | 0 | 4F | 1E | F | 142 | 45 | 33 |
| Octal | 330 | 55 | 230 | 0 | 117 | 36 | 17 | 502 | 105 | 63 |
| Binary | 11011000 | 101101 | 10011000 | 0 | 1001111 | 11110 | 1111 | 101000010 | 1000101 | 110011 |
Color Harmonies of #D82D98
Complementary color
Monochromatic Colors of #D82D98
Black with #D82D98
Text Example
Text Example
White with #D82D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82D98; }
p { color: rgb(216,45,152); }
H1.HeaderClassName
{
color: #D82D98;
}
.AnyTagClassName
{
color: #D82D98;
}
</style>
background-color css
<style>
a { background-color: #D82D98; }
a { background-color: rgb(216,45,152); }
div.DivClassName
{
background-color: #D82D98;
}
.BgClassName
{
background-color: #D82D98;
}
</style>
border-color css
<style>
span { border-color: #D82D98; }
span { border-color: rgb(216,45,152); }
td.TdClassName
{
border-color: #D82D98;
}
.TagClassName
{
border-color: #D82D98;
}
</style>