Shades of Shocking #D586B9
Tints of Shocking #D586B9
RGB
CMYK
RGB Variations
Color information
#D586B9 (or 0xD586B9) is known color: Shocking. HEX triplet: D5, 86 and B9. RGB value is (213,134,185). Sum of RGB (Red+Green+Blue) = 213+134+185=532 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.04% from 532); Green value is 134 (52.73% from 255 or 25.19% from 532); Blue value is 185 (72.66% from 255 or 34.77% from 532); Max value from RGB is 213 - color contains mainly: red. Hex color #D586B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D586B9 is #2A7946. Grayscale: #A3A3A3. Windows color (decimal): -2783559 or 12158677. OLE color: 12158677.
HSL color Cylindrical-coordinate representation of color #D586B9: hue angle of 321.27º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D586B9 is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 134 | 185 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.16 |
| HSL | 321.27º | 0.48% | 0.68% | - |
| HSV(B) | 321.27º | 0.37% | 0.84% | - |
| XYZ | 44.72 | 34.7 | 50.24 | - |
| YUV | 163.44 | 140.17 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 134 | 185 | 0 | 0.37 | 0.13 | 0.16 | 321.27 | 0.48 | 0.68 |
| Hex | D5 | 86 | B9 | 0 | 25 | D | 10 | 141 | 30 | 44 |
| Octal | 325 | 206 | 271 | 0 | 45 | 15 | 20 | 501 | 60 | 104 |
| Binary | 11010101 | 10000110 | 10111001 | 0 | 100101 | 1101 | 10000 | 101000001 | 110000 | 1000100 |
Color Harmonies of #D586B9
Complementary color
Monochromatic Colors of #D586B9
Black with #D586B9
Text Example
Text Example
White with #D586B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D586B9; }
p { color: rgb(213,134,185); }
H1.HeaderClassName
{
color: #D586B9;
}
.AnyTagClassName
{
color: #D586B9;
}
</style>
background-color css
<style>
a { background-color: #D586B9; }
a { background-color: rgb(213,134,185); }
div.DivClassName
{
background-color: #D586B9;
}
.BgClassName
{
background-color: #D586B9;
}
</style>
border-color css
<style>
span { border-color: #D586B9; }
span { border-color: rgb(213,134,185); }
td.TdClassName
{
border-color: #D586B9;
}
.TagClassName
{
border-color: #D586B9;
}
</style>