Shades of Deep Cerise #D83B93
Tints of Deep Cerise #D83B93
RGB
CMYK
RGB Variations
Color information
#D83B93 (or 0xD83B93) is known color: Deep Cerise. HEX triplet: D8, 3B and 93. RGB value is (216,59,147). Sum of RGB (Red+Green+Blue) = 216+59+147=422 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.18% from 422); Green value is 59 (23.44% from 255 or 13.98% from 422); Blue value is 147 (57.81% from 255 or 34.83% from 422); Max value from RGB is 216 - color contains mainly: red. Hex color #D83B93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D83B93 is #27C46C. Grayscale: #737373. Windows color (decimal): -2606189 or 9649112. OLE color: 9649112.
HSL color Cylindrical-coordinate representation of color #D83B93: hue angle of 326.37º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D83B93 is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 59 | 147 | - |
| CMYK | 0 | 0.73 | 0.32 | 0.15 |
| HSL | 326.37º | 0.67% | 0.54% | - |
| HSV(B) | 326.37º | 0.73% | 0.85% | - |
| XYZ | 35.15 | 19.83 | 29.58 | - |
| YUV | 115.98 | 145.51 | 199.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 59 | 147 | 0 | 0.73 | 0.32 | 0.15 | 326.37 | 0.67 | 0.54 |
| Hex | D8 | 3B | 93 | 0 | 49 | 20 | F | 146 | 43 | 36 |
| Octal | 330 | 73 | 223 | 0 | 111 | 40 | 17 | 506 | 103 | 66 |
| Binary | 11011000 | 111011 | 10010011 | 0 | 1001001 | 100000 | 1111 | 101000110 | 1000011 | 110110 |
Color Harmonies of #D83B93
Complementary color
Monochromatic Colors of #D83B93
Black with #D83B93
Text Example
Text Example
White with #D83B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83B93; }
p { color: rgb(216,59,147); }
H1.HeaderClassName
{
color: #D83B93;
}
.AnyTagClassName
{
color: #D83B93;
}
</style>
background-color css
<style>
a { background-color: #D83B93; }
a { background-color: rgb(216,59,147); }
div.DivClassName
{
background-color: #D83B93;
}
.BgClassName
{
background-color: #D83B93;
}
</style>
border-color css
<style>
span { border-color: #D83B93; }
span { border-color: rgb(216,59,147); }
td.TdClassName
{
border-color: #D83B93;
}
.TagClassName
{
border-color: #D83B93;
}
</style>