Shades of Deep Cerise #D83F86
Tints of Deep Cerise #D83F86
RGB
CMYK
RGB Variations
Color information
#D83F86 (or 0xD83F86) is known color: Deep Cerise. HEX triplet: D8, 3F and 86. RGB value is (216,63,134). Sum of RGB (Red+Green+Blue) = 216+63+134=413 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.30% from 413); Green value is 63 (25% from 255 or 15.25% from 413); Blue value is 134 (52.73% from 255 or 32.45% from 413); Max value from RGB is 216 - color contains mainly: red. Hex color #D83F86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D83F86 is #27C079. Grayscale: #747474. Windows color (decimal): -2605178 or 8798168. OLE color: 8798168.
HSL color Cylindrical-coordinate representation of color #D83F86: hue angle of 332.16º 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 #D83F86 is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 63 | 134 | - |
| CMYK | 0 | 0.71 | 0.38 | 0.15 |
| HSL | 332.16º | 0.66% | 0.55% | - |
| HSV(B) | 332.16º | 0.71% | 0.85% | - |
| XYZ | 34.4 | 19.88 | 24.58 | - |
| YUV | 116.84 | 137.69 | 198.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 63 | 134 | 0 | 0.71 | 0.38 | 0.15 | 332.16 | 0.66 | 0.55 |
| Hex | D8 | 3F | 86 | 0 | 47 | 26 | F | 14C | 42 | 37 |
| Octal | 330 | 77 | 206 | 0 | 107 | 46 | 17 | 514 | 102 | 67 |
| Binary | 11011000 | 111111 | 10000110 | 0 | 1000111 | 100110 | 1111 | 101001100 | 1000010 | 110111 |
Color Harmonies of #D83F86
Complementary color
Monochromatic Colors of #D83F86
Black with #D83F86
Text Example
Text Example
White with #D83F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83F86; }
p { color: rgb(216,63,134); }
H1.HeaderClassName
{
color: #D83F86;
}
.AnyTagClassName
{
color: #D83F86;
}
</style>
background-color css
<style>
a { background-color: #D83F86; }
a { background-color: rgb(216,63,134); }
div.DivClassName
{
background-color: #D83F86;
}
.BgClassName
{
background-color: #D83F86;
}
</style>
border-color css
<style>
span { border-color: #D83F86; }
span { border-color: rgb(216,63,134); }
td.TdClassName
{
border-color: #D83F86;
}
.TagClassName
{
border-color: #D83F86;
}
</style>