Shades of Deep Cerise #D83493
Tints of Deep Cerise #D83493
RGB
CMYK
RGB Variations
Color information
#D83493 (or 0xD83493) is known color: Deep Cerise. HEX triplet: D8, 34 and 93. RGB value is (216,52,147). Sum of RGB (Red+Green+Blue) = 216+52+147=415 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.05% from 415); Green value is 52 (20.70% from 255 or 12.53% from 415); Blue value is 147 (57.81% from 255 or 35.42% from 415); Max value from RGB is 216 - color contains mainly: red. Hex color #D83493 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D83493 is #27CB6C. Grayscale: #6F6F6F. Windows color (decimal): -2607981 or 9647320. OLE color: 9647320.
HSL color Cylindrical-coordinate representation of color #D83493: hue angle of 325.24º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D83493 is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 52 | 147 | - |
| CMYK | 0 | 0.76 | 0.32 | 0.15 |
| HSL | 325.24º | 0.68% | 0.53% | - |
| HSV(B) | 325.24º | 0.76% | 0.85% | - |
| XYZ | 34.81 | 19.16 | 29.47 | - |
| YUV | 111.87 | 147.83 | 202.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 52 | 147 | 0 | 0.76 | 0.32 | 0.15 | 325.24 | 0.68 | 0.53 |
| Hex | D8 | 34 | 93 | 0 | 4C | 20 | F | 145 | 44 | 35 |
| Octal | 330 | 64 | 223 | 0 | 114 | 40 | 17 | 505 | 104 | 65 |
| Binary | 11011000 | 110100 | 10010011 | 0 | 1001100 | 100000 | 1111 | 101000101 | 1000100 | 110101 |
Color Harmonies of #D83493
Complementary color
Monochromatic Colors of #D83493
Black with #D83493
Text Example
Text Example
White with #D83493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83493; }
p { color: rgb(216,52,147); }
H1.HeaderClassName
{
color: #D83493;
}
.AnyTagClassName
{
color: #D83493;
}
</style>
background-color css
<style>
a { background-color: #D83493; }
a { background-color: rgb(216,52,147); }
div.DivClassName
{
background-color: #D83493;
}
.BgClassName
{
background-color: #D83493;
}
</style>
border-color css
<style>
span { border-color: #D83493; }
span { border-color: rgb(216,52,147); }
td.TdClassName
{
border-color: #D83493;
}
.TagClassName
{
border-color: #D83493;
}
</style>