Shades of Shocking #D987C3
Tints of Shocking #D987C3
RGB
CMYK
RGB Variations
Color information
#D987C3 (or 0xD987C3) is known color: Shocking. HEX triplet: D9, 87 and C3. RGB value is (217,135,195). Sum of RGB (Red+Green+Blue) = 217+135+195=547 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.67% from 547); Green value is 135 (53.12% from 255 or 24.68% from 547); Blue value is 195 (76.56% from 255 or 35.65% from 547); Max value from RGB is 217 - color contains mainly: red. Hex color #D987C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D987C3 is #26783C. Grayscale: #A6A6A6. Windows color (decimal): -2521149 or 12814297. OLE color: 12814297.
HSL color Cylindrical-coordinate representation of color #D987C3: hue angle of 316.1º 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 #D987C3 is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 135 | 195 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.15 |
| HSL | 316.1º | 0.52% | 0.69% | - |
| HSV(B) | 316.1º | 0.38% | 0.85% | - |
| XYZ | 47.13 | 36.02 | 56.1 | - |
| YUV | 166.36 | 144.17 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 135 | 195 | 0 | 0.38 | 0.10 | 0.15 | 316.1 | 0.52 | 0.69 |
| Hex | D9 | 87 | C3 | 0 | 26 | A | F | 13C | 34 | 45 |
| Octal | 331 | 207 | 303 | 0 | 46 | 12 | 17 | 474 | 64 | 105 |
| Binary | 11011001 | 10000111 | 11000011 | 0 | 100110 | 1010 | 1111 | 100111100 | 110100 | 1000101 |
Color Harmonies of #D987C3
Complementary color
Monochromatic Colors of #D987C3
Black with #D987C3
Text Example
Text Example
White with #D987C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D987C3; }
p { color: rgb(217,135,195); }
H1.HeaderClassName
{
color: #D987C3;
}
.AnyTagClassName
{
color: #D987C3;
}
</style>
background-color css
<style>
a { background-color: #D987C3; }
a { background-color: rgb(217,135,195); }
div.DivClassName
{
background-color: #D987C3;
}
.BgClassName
{
background-color: #D987C3;
}
</style>
border-color css
<style>
span { border-color: #D987C3; }
span { border-color: rgb(217,135,195); }
td.TdClassName
{
border-color: #D987C3;
}
.TagClassName
{
border-color: #D987C3;
}
</style>