Shades of Deep Cerise #D82098
Tints of Deep Cerise #D82098
RGB
CMYK
RGB Variations
Color information
#D82098 (or 0xD82098) is known color: Deep Cerise. HEX triplet: D8, 20 and 98. RGB value is (216,32,152). Sum of RGB (Red+Green+Blue) = 216+32+152=400 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54% from 400); Green value is 32 (12.89% from 255 or 8% from 400); Blue value is 152 (59.77% from 255 or 38% from 400); Max value from RGB is 216 - color contains mainly: red. Hex color #D82098 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82098 is #27DF67. Grayscale: #646464. Windows color (decimal): -2613096 or 9969880. OLE color: 9969880.
HSL color Cylindrical-coordinate representation of color #D82098: hue angle of 320.87º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D82098 is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 32 | 152 | - |
| CMYK | 0 | 0.85 | 0.30 | 0.15 |
| HSL | 320.87º | 0.74% | 0.49% | - |
| HSV(B) | 320.87º | 0.85% | 0.85% | - |
| XYZ | 34.5 | 17.9 | 31.34 | - |
| YUV | 100.7 | 156.96 | 210.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 32 | 152 | 0 | 0.85 | 0.30 | 0.15 | 320.87 | 0.74 | 0.49 |
| Hex | D8 | 20 | 98 | 0 | 55 | 1E | F | 141 | 4A | 31 |
| Octal | 330 | 40 | 230 | 0 | 125 | 36 | 17 | 501 | 112 | 61 |
| Binary | 11011000 | 100000 | 10011000 | 0 | 1010101 | 11110 | 1111 | 101000001 | 1001010 | 110001 |
Color Harmonies of #D82098
Complementary color
Monochromatic Colors of #D82098
Black with #D82098
Text Example
Text Example
White with #D82098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82098; }
p { color: rgb(216,32,152); }
H1.HeaderClassName
{
color: #D82098;
}
.AnyTagClassName
{
color: #D82098;
}
</style>
background-color css
<style>
a { background-color: #D82098; }
a { background-color: rgb(216,32,152); }
div.DivClassName
{
background-color: #D82098;
}
.BgClassName
{
background-color: #D82098;
}
</style>
border-color css
<style>
span { border-color: #D82098; }
span { border-color: rgb(216,32,152); }
td.TdClassName
{
border-color: #D82098;
}
.TagClassName
{
border-color: #D82098;
}
</style>