Shades of Deep Cerise #D83D86
Tints of Deep Cerise #D83D86
RGB
CMYK
RGB Variations
Color information
#D83D86 (or 0xD83D86) is known color: Deep Cerise. HEX triplet: D8, 3D and 86. RGB value is (216,61,134). Sum of RGB (Red+Green+Blue) = 216+61+134=411 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.55% from 411); Green value is 61 (24.22% from 255 or 14.84% from 411); Blue value is 134 (52.73% from 255 or 32.60% from 411); Max value from RGB is 216 - color contains mainly: red. Hex color #D83D86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D83D86 is #27C279. Grayscale: #737373. Windows color (decimal): -2605690 or 8797656. OLE color: 8797656.
HSL color Cylindrical-coordinate representation of color #D83D86: hue angle of 331.74º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D83D86 is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 61 | 134 | - |
| CMYK | 0 | 0.72 | 0.38 | 0.15 |
| HSL | 331.74º | 0.67% | 0.54% | - |
| HSV(B) | 331.74º | 0.72% | 0.85% | - |
| XYZ | 34.29 | 19.66 | 24.54 | - |
| YUV | 115.67 | 138.35 | 199.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 61 | 134 | 0 | 0.72 | 0.38 | 0.15 | 331.74 | 0.67 | 0.54 |
| Hex | D8 | 3D | 86 | 0 | 48 | 26 | F | 14C | 43 | 36 |
| Octal | 330 | 75 | 206 | 0 | 110 | 46 | 17 | 514 | 103 | 66 |
| Binary | 11011000 | 111101 | 10000110 | 0 | 1001000 | 100110 | 1111 | 101001100 | 1000011 | 110110 |
Color Harmonies of #D83D86
Complementary color
Monochromatic Colors of #D83D86
Black with #D83D86
Text Example
Text Example
White with #D83D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83D86; }
p { color: rgb(216,61,134); }
H1.HeaderClassName
{
color: #D83D86;
}
.AnyTagClassName
{
color: #D83D86;
}
</style>
background-color css
<style>
a { background-color: #D83D86; }
a { background-color: rgb(216,61,134); }
div.DivClassName
{
background-color: #D83D86;
}
.BgClassName
{
background-color: #D83D86;
}
</style>
border-color css
<style>
span { border-color: #D83D86; }
span { border-color: rgb(216,61,134); }
td.TdClassName
{
border-color: #D83D86;
}
.TagClassName
{
border-color: #D83D86;
}
</style>