Shades of Deep Cerise #D83296
Tints of Deep Cerise #D83296
RGB
CMYK
RGB Variations
Color information
#D83296 (or 0xD83296) is known color: Deep Cerise. HEX triplet: D8, 32 and 96. RGB value is (216,50,150). Sum of RGB (Red+Green+Blue) = 216+50+150=416 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.92% from 416); Green value is 50 (19.92% from 255 or 12.02% from 416); Blue value is 150 (58.98% from 255 or 36.06% from 416); Max value from RGB is 216 - color contains mainly: red. Hex color #D83296 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D83296 is #27CD69. Grayscale: #6E6E6E. Windows color (decimal): -2608490 or 9843416. OLE color: 9843416.
HSL color Cylindrical-coordinate representation of color #D83296: hue angle of 323.86º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D83296 is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 50 | 150 | - |
| CMYK | 0 | 0.77 | 0.31 | 0.15 |
| HSL | 323.86º | 0.68% | 0.52% | - |
| HSV(B) | 323.86º | 0.77% | 0.85% | - |
| XYZ | 34.96 | 19.08 | 30.69 | - |
| YUV | 111.03 | 150 | 202.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 50 | 150 | 0 | 0.77 | 0.31 | 0.15 | 323.86 | 0.68 | 0.52 |
| Hex | D8 | 32 | 96 | 0 | 4D | 1F | F | 144 | 44 | 34 |
| Octal | 330 | 62 | 226 | 0 | 115 | 37 | 17 | 504 | 104 | 64 |
| Binary | 11011000 | 110010 | 10010110 | 0 | 1001101 | 11111 | 1111 | 101000100 | 1000100 | 110100 |
Color Harmonies of #D83296
Complementary color
Monochromatic Colors of #D83296
Black with #D83296
Text Example
Text Example
White with #D83296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83296; }
p { color: rgb(216,50,150); }
H1.HeaderClassName
{
color: #D83296;
}
.AnyTagClassName
{
color: #D83296;
}
</style>
background-color css
<style>
a { background-color: #D83296; }
a { background-color: rgb(216,50,150); }
div.DivClassName
{
background-color: #D83296;
}
.BgClassName
{
background-color: #D83296;
}
</style>
border-color css
<style>
span { border-color: #D83296; }
span { border-color: rgb(216,50,150); }
td.TdClassName
{
border-color: #D83296;
}
.TagClassName
{
border-color: #D83296;
}
</style>