Shades of Deep Cerise #D83F93
Tints of Deep Cerise #D83F93
RGB
CMYK
RGB Variations
Color information
#D83F93 (or 0xD83F93) is known color: Deep Cerise. HEX triplet: D8, 3F and 93. RGB value is (216,63,147). Sum of RGB (Red+Green+Blue) = 216+63+147=426 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.70% from 426); Green value is 63 (25% from 255 or 14.79% from 426); Blue value is 147 (57.81% from 255 or 34.51% from 426); Max value from RGB is 216 - color contains mainly: red. Hex color #D83F93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D83F93 is #27C06C. Grayscale: #767676. Windows color (decimal): -2605165 or 9650136. OLE color: 9650136.
HSL color Cylindrical-coordinate representation of color #D83F93: hue angle of 327.06º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D83F93 is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 63 | 147 | - |
| CMYK | 0 | 0.71 | 0.32 | 0.15 |
| HSL | 327.06º | 0.66% | 0.55% | - |
| HSV(B) | 327.06º | 0.71% | 0.85% | - |
| XYZ | 35.36 | 20.26 | 29.65 | - |
| YUV | 118.32 | 144.19 | 197.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 63 | 147 | 0 | 0.71 | 0.32 | 0.15 | 327.06 | 0.66 | 0.55 |
| Hex | D8 | 3F | 93 | 0 | 47 | 20 | F | 147 | 42 | 37 |
| Octal | 330 | 77 | 223 | 0 | 107 | 40 | 17 | 507 | 102 | 67 |
| Binary | 11011000 | 111111 | 10010011 | 0 | 1000111 | 100000 | 1111 | 101000111 | 1000010 | 110111 |
Color Harmonies of #D83F93
Complementary color
Monochromatic Colors of #D83F93
Black with #D83F93
Text Example
Text Example
White with #D83F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83F93; }
p { color: rgb(216,63,147); }
H1.HeaderClassName
{
color: #D83F93;
}
.AnyTagClassName
{
color: #D83F93;
}
</style>
background-color css
<style>
a { background-color: #D83F93; }
a { background-color: rgb(216,63,147); }
div.DivClassName
{
background-color: #D83F93;
}
.BgClassName
{
background-color: #D83F93;
}
</style>
border-color css
<style>
span { border-color: #D83F93; }
span { border-color: rgb(216,63,147); }
td.TdClassName
{
border-color: #D83F93;
}
.TagClassName
{
border-color: #D83F93;
}
</style>