Shades of Deep Cerise #D83995
Tints of Deep Cerise #D83995
RGB
CMYK
RGB Variations
Color information
#D83995 (or 0xD83995) is known color: Deep Cerise. HEX triplet: D8, 39 and 95. RGB value is (216,57,149). Sum of RGB (Red+Green+Blue) = 216+57+149=422 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.18% from 422); Green value is 57 (22.66% from 255 or 13.51% from 422); Blue value is 149 (58.59% from 255 or 35.31% from 422); Max value from RGB is 216 - color contains mainly: red. Hex color #D83995 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D83995 is #27C66A. Grayscale: #727272. Windows color (decimal): -2606699 or 9779672. OLE color: 9779672.
HSL color Cylindrical-coordinate representation of color #D83995: hue angle of 325.28º 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 #D83995 is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 57 | 149 | - |
| CMYK | 0 | 0.74 | 0.31 | 0.15 |
| HSL | 325.28º | 0.67% | 0.54% | - |
| HSV(B) | 325.28º | 0.74% | 0.85% | - |
| XYZ | 35.21 | 19.7 | 30.38 | - |
| YUV | 115.03 | 147.18 | 200.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 57 | 149 | 0 | 0.74 | 0.31 | 0.15 | 325.28 | 0.67 | 0.54 |
| Hex | D8 | 39 | 95 | 0 | 4A | 1F | F | 145 | 43 | 36 |
| Octal | 330 | 71 | 225 | 0 | 112 | 37 | 17 | 505 | 103 | 66 |
| Binary | 11011000 | 111001 | 10010101 | 0 | 1001010 | 11111 | 1111 | 101000101 | 1000011 | 110110 |
Color Harmonies of #D83995
Complementary color
Monochromatic Colors of #D83995
Black with #D83995
Text Example
Text Example
White with #D83995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83995; }
p { color: rgb(216,57,149); }
H1.HeaderClassName
{
color: #D83995;
}
.AnyTagClassName
{
color: #D83995;
}
</style>
background-color css
<style>
a { background-color: #D83995; }
a { background-color: rgb(216,57,149); }
div.DivClassName
{
background-color: #D83995;
}
.BgClassName
{
background-color: #D83995;
}
</style>
border-color css
<style>
span { border-color: #D83995; }
span { border-color: rgb(216,57,149); }
td.TdClassName
{
border-color: #D83995;
}
.TagClassName
{
border-color: #D83995;
}
</style>