Shades of Deep Cerise #D83D96
Tints of Deep Cerise #D83D96
RGB
CMYK
RGB Variations
Color information
#D83D96 (or 0xD83D96) is known color: Deep Cerise. HEX triplet: D8, 3D and 96. RGB value is (216,61,150). Sum of RGB (Red+Green+Blue) = 216+61+150=427 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.59% from 427); Green value is 61 (24.22% from 255 or 14.29% from 427); Blue value is 150 (58.98% from 255 or 35.13% from 427); Max value from RGB is 216 - color contains mainly: red. Hex color #D83D96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D83D96 is #27C269. Grayscale: #757575. Windows color (decimal): -2605674 or 9846232. OLE color: 9846232.
HSL color Cylindrical-coordinate representation of color #D83D96: hue angle of 325.55º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D83D96 is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 61 | 150 | - |
| CMYK | 0 | 0.72 | 0.31 | 0.15 |
| HSL | 325.55º | 0.67% | 0.54% | - |
| HSV(B) | 325.55º | 0.72% | 0.85% | - |
| XYZ | 35.49 | 20.14 | 30.87 | - |
| YUV | 117.49 | 146.35 | 198.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 61 | 150 | 0 | 0.72 | 0.31 | 0.15 | 325.55 | 0.67 | 0.54 |
| Hex | D8 | 3D | 96 | 0 | 48 | 1F | F | 146 | 43 | 36 |
| Octal | 330 | 75 | 226 | 0 | 110 | 37 | 17 | 506 | 103 | 66 |
| Binary | 11011000 | 111101 | 10010110 | 0 | 1001000 | 11111 | 1111 | 101000110 | 1000011 | 110110 |
Color Harmonies of #D83D96
Complementary color
Monochromatic Colors of #D83D96
Black with #D83D96
Text Example
Text Example
White with #D83D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83D96; }
p { color: rgb(216,61,150); }
H1.HeaderClassName
{
color: #D83D96;
}
.AnyTagClassName
{
color: #D83D96;
}
</style>
background-color css
<style>
a { background-color: #D83D96; }
a { background-color: rgb(216,61,150); }
div.DivClassName
{
background-color: #D83D96;
}
.BgClassName
{
background-color: #D83D96;
}
</style>
border-color css
<style>
span { border-color: #D83D96; }
span { border-color: rgb(216,61,150); }
td.TdClassName
{
border-color: #D83D96;
}
.TagClassName
{
border-color: #D83D96;
}
</style>