Shades of Shocking #D986B5
Tints of Shocking #D986B5
RGB
CMYK
RGB Variations
Color information
#D986B5 (or 0xD986B5) is known color: Shocking. HEX triplet: D9, 86 and B5. RGB value is (217,134,181). Sum of RGB (Red+Green+Blue) = 217+134+181=532 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.79% from 532); Green value is 134 (52.73% from 255 or 25.19% from 532); Blue value is 181 (71.09% from 255 or 34.02% from 532); Max value from RGB is 217 - color contains mainly: red. Hex color #D986B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D986B5 is #26794A. Grayscale: #A4A4A4. Windows color (decimal): -2521419 or 11896537. OLE color: 11896537.
HSL color Cylindrical-coordinate representation of color #D986B5: hue angle of 326.02º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D986B5 is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 134 | 181 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.15 |
| HSL | 326.02º | 0.52% | 0.69% | - |
| HSV(B) | 326.02º | 0.38% | 0.85% | - |
| XYZ | 45.48 | 35.14 | 48.1 | - |
| YUV | 164.18 | 137.5 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 134 | 181 | 0 | 0.38 | 0.17 | 0.15 | 326.02 | 0.52 | 0.69 |
| Hex | D9 | 86 | B5 | 0 | 26 | 11 | F | 146 | 34 | 45 |
| Octal | 331 | 206 | 265 | 0 | 46 | 21 | 17 | 506 | 64 | 105 |
| Binary | 11011001 | 10000110 | 10110101 | 0 | 100110 | 10001 | 1111 | 101000110 | 110100 | 1000101 |
Color Harmonies of #D986B5
Complementary color
Monochromatic Colors of #D986B5
Black with #D986B5
Text Example
Text Example
White with #D986B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D986B5; }
p { color: rgb(217,134,181); }
H1.HeaderClassName
{
color: #D986B5;
}
.AnyTagClassName
{
color: #D986B5;
}
</style>
background-color css
<style>
a { background-color: #D986B5; }
a { background-color: rgb(217,134,181); }
div.DivClassName
{
background-color: #D986B5;
}
.BgClassName
{
background-color: #D986B5;
}
</style>
border-color css
<style>
span { border-color: #D986B5; }
span { border-color: rgb(217,134,181); }
td.TdClassName
{
border-color: #D986B5;
}
.TagClassName
{
border-color: #D986B5;
}
</style>