Shades of Shocking #D987BE
Tints of Shocking #D987BE
RGB
CMYK
RGB Variations
Color information
#D987BE (or 0xD987BE) is known color: Shocking. HEX triplet: D9, 87 and BE. RGB value is (217,135,190). Sum of RGB (Red+Green+Blue) = 217+135+190=542 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.04% from 542); Green value is 135 (53.12% from 255 or 24.91% from 542); Blue value is 190 (74.61% from 255 or 35.06% from 542); Max value from RGB is 217 - color contains mainly: red. Hex color #D987BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D987BE is #267841. Grayscale: #A5A5A5. Windows color (decimal): -2521154 or 12486617. OLE color: 12486617.
HSL color Cylindrical-coordinate representation of color #D987BE: hue angle of 319.76º 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 #D987BE is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 135 | 190 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.15 |
| HSL | 319.76º | 0.52% | 0.69% | - |
| HSV(B) | 319.76º | 0.38% | 0.85% | - |
| XYZ | 46.57 | 35.8 | 53.17 | - |
| YUV | 165.79 | 141.67 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 135 | 190 | 0 | 0.38 | 0.12 | 0.15 | 319.76 | 0.52 | 0.69 |
| Hex | D9 | 87 | BE | 0 | 26 | C | F | 140 | 34 | 45 |
| Octal | 331 | 207 | 276 | 0 | 46 | 14 | 17 | 500 | 64 | 105 |
| Binary | 11011001 | 10000111 | 10111110 | 0 | 100110 | 1100 | 1111 | 101000000 | 110100 | 1000101 |
Color Harmonies of #D987BE
Complementary color
Monochromatic Colors of #D987BE
Black with #D987BE
Text Example
Text Example
White with #D987BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D987BE; }
p { color: rgb(217,135,190); }
H1.HeaderClassName
{
color: #D987BE;
}
.AnyTagClassName
{
color: #D987BE;
}
</style>
background-color css
<style>
a { background-color: #D987BE; }
a { background-color: rgb(217,135,190); }
div.DivClassName
{
background-color: #D987BE;
}
.BgClassName
{
background-color: #D987BE;
}
</style>
border-color css
<style>
span { border-color: #D987BE; }
span { border-color: rgb(217,135,190); }
td.TdClassName
{
border-color: #D987BE;
}
.TagClassName
{
border-color: #D987BE;
}
</style>