Shades of Shocking #D986BE
Tints of Shocking #D986BE
RGB
CMYK
RGB Variations
Color information
#D986BE (or 0xD986BE) is known color: Shocking. HEX triplet: D9, 86 and BE. RGB value is (217,134,190). Sum of RGB (Red+Green+Blue) = 217+134+190=541 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.11% from 541); Green value is 134 (52.73% from 255 or 24.77% from 541); Blue value is 190 (74.61% from 255 or 35.12% from 541); Max value from RGB is 217 - color contains mainly: red. Hex color #D986BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D986BE is #267941. Grayscale: #A5A5A5. Windows color (decimal): -2521410 or 12486361. OLE color: 12486361.
HSL color Cylindrical-coordinate representation of color #D986BE: hue angle of 319.52º 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 #D986BE is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 134 | 190 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.15 |
| HSL | 319.52º | 0.52% | 0.69% | - |
| HSV(B) | 319.52º | 0.38% | 0.85% | - |
| XYZ | 46.43 | 35.52 | 53.12 | - |
| YUV | 165.2 | 142 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 134 | 190 | 0 | 0.38 | 0.12 | 0.15 | 319.52 | 0.52 | 0.69 |
| Hex | D9 | 86 | BE | 0 | 26 | C | F | 140 | 34 | 45 |
| Octal | 331 | 206 | 276 | 0 | 46 | 14 | 17 | 500 | 64 | 105 |
| Binary | 11011001 | 10000110 | 10111110 | 0 | 100110 | 1100 | 1111 | 101000000 | 110100 | 1000101 |
Color Harmonies of #D986BE
Complementary color
Monochromatic Colors of #D986BE
Black with #D986BE
Text Example
Text Example
White with #D986BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D986BE; }
p { color: rgb(217,134,190); }
H1.HeaderClassName
{
color: #D986BE;
}
.AnyTagClassName
{
color: #D986BE;
}
</style>
background-color css
<style>
a { background-color: #D986BE; }
a { background-color: rgb(217,134,190); }
div.DivClassName
{
background-color: #D986BE;
}
.BgClassName
{
background-color: #D986BE;
}
</style>
border-color css
<style>
span { border-color: #D986BE; }
span { border-color: rgb(217,134,190); }
td.TdClassName
{
border-color: #D986BE;
}
.TagClassName
{
border-color: #D986BE;
}
</style>