Shades of Deep Cerise #D83992
Tints of Deep Cerise #D83992
RGB
CMYK
RGB Variations
Color information
#D83992 (or 0xD83992) is known color: Deep Cerise. HEX triplet: D8, 39 and 92. RGB value is (216,57,146). Sum of RGB (Red+Green+Blue) = 216+57+146=419 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.55% from 419); Green value is 57 (22.66% from 255 or 13.60% from 419); Blue value is 146 (57.42% from 255 or 34.84% from 419); Max value from RGB is 216 - color contains mainly: red. Hex color #D83992 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D83992 is #27C66D. Grayscale: #727272. Windows color (decimal): -2606702 or 9583064. OLE color: 9583064.
HSL color Cylindrical-coordinate representation of color #D83992: hue angle of 326.42º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D83992 is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 57 | 146 | - |
| CMYK | 0 | 0.74 | 0.32 | 0.15 |
| HSL | 326.42º | 0.67% | 0.54% | - |
| HSV(B) | 326.42º | 0.74% | 0.85% | - |
| XYZ | 34.97 | 19.6 | 29.13 | - |
| YUV | 114.69 | 145.68 | 200.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 57 | 146 | 0 | 0.74 | 0.32 | 0.15 | 326.42 | 0.67 | 0.54 |
| Hex | D8 | 39 | 92 | 0 | 4A | 20 | F | 146 | 43 | 36 |
| Octal | 330 | 71 | 222 | 0 | 112 | 40 | 17 | 506 | 103 | 66 |
| Binary | 11011000 | 111001 | 10010010 | 0 | 1001010 | 100000 | 1111 | 101000110 | 1000011 | 110110 |
Color Harmonies of #D83992
Complementary color
Monochromatic Colors of #D83992
Black with #D83992
Text Example
Text Example
White with #D83992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83992; }
p { color: rgb(216,57,146); }
H1.HeaderClassName
{
color: #D83992;
}
.AnyTagClassName
{
color: #D83992;
}
</style>
background-color css
<style>
a { background-color: #D83992; }
a { background-color: rgb(216,57,146); }
div.DivClassName
{
background-color: #D83992;
}
.BgClassName
{
background-color: #D83992;
}
</style>
border-color css
<style>
span { border-color: #D83992; }
span { border-color: rgb(216,57,146); }
td.TdClassName
{
border-color: #D83992;
}
.TagClassName
{
border-color: #D83992;
}
</style>