Shades of Deep Cerise #D83686
Tints of Deep Cerise #D83686
RGB
CMYK
RGB Variations
Color information
#D83686 (or 0xD83686) is known color: Deep Cerise. HEX triplet: D8, 36 and 86. RGB value is (216,54,134). Sum of RGB (Red+Green+Blue) = 216+54+134=404 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.47% from 404); Green value is 54 (21.48% from 255 or 13.37% from 404); Blue value is 134 (52.73% from 255 or 33.17% from 404); Max value from RGB is 216 - color contains mainly: red. Hex color #D83686 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D83686 is #27C979. Grayscale: #6F6F6F. Windows color (decimal): -2607482 or 8795864. OLE color: 8795864.
HSL color Cylindrical-coordinate representation of color #D83686: hue angle of 330.37º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D83686 is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 54 | 134 | - |
| CMYK | 0 | 0.75 | 0.38 | 0.15 |
| HSL | 330.37º | 0.68% | 0.53% | - |
| HSV(B) | 330.37º | 0.75% | 0.85% | - |
| XYZ | 33.94 | 18.96 | 24.42 | - |
| YUV | 111.56 | 140.67 | 202.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 54 | 134 | 0 | 0.75 | 0.38 | 0.15 | 330.37 | 0.68 | 0.53 |
| Hex | D8 | 36 | 86 | 0 | 4B | 26 | F | 14A | 44 | 35 |
| Octal | 330 | 66 | 206 | 0 | 113 | 46 | 17 | 512 | 104 | 65 |
| Binary | 11011000 | 110110 | 10000110 | 0 | 1001011 | 100110 | 1111 | 101001010 | 1000100 | 110101 |
Color Harmonies of #D83686
Complementary color
Monochromatic Colors of #D83686
Black with #D83686
Text Example
Text Example
White with #D83686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83686; }
p { color: rgb(216,54,134); }
H1.HeaderClassName
{
color: #D83686;
}
.AnyTagClassName
{
color: #D83686;
}
</style>
background-color css
<style>
a { background-color: #D83686; }
a { background-color: rgb(216,54,134); }
div.DivClassName
{
background-color: #D83686;
}
.BgClassName
{
background-color: #D83686;
}
</style>
border-color css
<style>
span { border-color: #D83686; }
span { border-color: rgb(216,54,134); }
td.TdClassName
{
border-color: #D83686;
}
.TagClassName
{
border-color: #D83686;
}
</style>