Shades of Shocking #D987B7
Tints of Shocking #D987B7
RGB
CMYK
RGB Variations
Color information
#D987B7 (or 0xD987B7) is known color: Shocking. HEX triplet: D9, 87 and B7. RGB value is (217,135,183). Sum of RGB (Red+Green+Blue) = 217+135+183=535 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.56% from 535); Green value is 135 (53.12% from 255 or 25.23% from 535); Blue value is 183 (71.88% from 255 or 34.21% from 535); Max value from RGB is 217 - color contains mainly: red. Hex color #D987B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D987B7 is #267848. Grayscale: #A4A4A4. Windows color (decimal): -2521161 or 12027865. OLE color: 12027865.
HSL color Cylindrical-coordinate representation of color #D987B7: hue angle of 324.88º 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 #D987B7 is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 135 | 183 | - |
| CMYK | 0 | 0.38 | 0.16 | 0.15 |
| HSL | 324.88º | 0.52% | 0.69% | - |
| HSV(B) | 324.88º | 0.38% | 0.85% | - |
| XYZ | 45.83 | 35.5 | 49.24 | - |
| YUV | 164.99 | 138.17 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 135 | 183 | 0 | 0.38 | 0.16 | 0.15 | 324.88 | 0.52 | 0.69 |
| Hex | D9 | 87 | B7 | 0 | 26 | 10 | F | 145 | 34 | 45 |
| Octal | 331 | 207 | 267 | 0 | 46 | 20 | 17 | 505 | 64 | 105 |
| Binary | 11011001 | 10000111 | 10110111 | 0 | 100110 | 10000 | 1111 | 101000101 | 110100 | 1000101 |
Color Harmonies of #D987B7
Complementary color
Monochromatic Colors of #D987B7
Black with #D987B7
Text Example
Text Example
White with #D987B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D987B7; }
p { color: rgb(217,135,183); }
H1.HeaderClassName
{
color: #D987B7;
}
.AnyTagClassName
{
color: #D987B7;
}
</style>
background-color css
<style>
a { background-color: #D987B7; }
a { background-color: rgb(217,135,183); }
div.DivClassName
{
background-color: #D987B7;
}
.BgClassName
{
background-color: #D987B7;
}
</style>
border-color css
<style>
span { border-color: #D987B7; }
span { border-color: rgb(217,135,183); }
td.TdClassName
{
border-color: #D987B7;
}
.TagClassName
{
border-color: #D987B7;
}
</style>