Shades of Deep Cerise #D83393
Tints of Deep Cerise #D83393
RGB
CMYK
RGB Variations
Color information
#D83393 (or 0xD83393) is known color: Deep Cerise. HEX triplet: D8, 33 and 93. RGB value is (216,51,147). Sum of RGB (Red+Green+Blue) = 216+51+147=414 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.17% from 414); Green value is 51 (20.31% from 255 or 12.32% from 414); Blue value is 147 (57.81% from 255 or 35.51% from 414); Max value from RGB is 216 - color contains mainly: red. Hex color #D83393 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D83393 is #27CC6C. Grayscale: #6F6F6F. Windows color (decimal): -2608237 or 9647064. OLE color: 9647064.
HSL color Cylindrical-coordinate representation of color #D83393: hue angle of 325.09º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D83393 is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 51 | 147 | - |
| CMYK | 0 | 0.76 | 0.32 | 0.15 |
| HSL | 325.09º | 0.68% | 0.52% | - |
| HSV(B) | 325.09º | 0.76% | 0.85% | - |
| XYZ | 34.77 | 19.07 | 29.45 | - |
| YUV | 111.28 | 148.16 | 202.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 51 | 147 | 0 | 0.76 | 0.32 | 0.15 | 325.09 | 0.68 | 0.52 |
| Hex | D8 | 33 | 93 | 0 | 4C | 20 | F | 145 | 44 | 34 |
| Octal | 330 | 63 | 223 | 0 | 114 | 40 | 17 | 505 | 104 | 64 |
| Binary | 11011000 | 110011 | 10010011 | 0 | 1001100 | 100000 | 1111 | 101000101 | 1000100 | 110100 |
Color Harmonies of #D83393
Complementary color
Monochromatic Colors of #D83393
Black with #D83393
Text Example
Text Example
White with #D83393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83393; }
p { color: rgb(216,51,147); }
H1.HeaderClassName
{
color: #D83393;
}
.AnyTagClassName
{
color: #D83393;
}
</style>
background-color css
<style>
a { background-color: #D83393; }
a { background-color: rgb(216,51,147); }
div.DivClassName
{
background-color: #D83393;
}
.BgClassName
{
background-color: #D83393;
}
</style>
border-color css
<style>
span { border-color: #D83393; }
span { border-color: rgb(216,51,147); }
td.TdClassName
{
border-color: #D83393;
}
.TagClassName
{
border-color: #D83393;
}
</style>