Shades of Shocking #D988C0
Tints of Shocking #D988C0
RGB
CMYK
RGB Variations
Color information
#D988C0 (or 0xD988C0) is known color: Shocking. HEX triplet: D9, 88 and C0. RGB value is (217,136,192). Sum of RGB (Red+Green+Blue) = 217+136+192=545 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.82% from 545); Green value is 136 (53.52% from 255 or 24.95% from 545); Blue value is 192 (75.39% from 255 or 35.23% from 545); Max value from RGB is 217 - color contains mainly: red. Hex color #D988C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D988C0 is #26773F. Grayscale: #A6A6A6. Windows color (decimal): -2520896 or 12617945. OLE color: 12617945.
HSL color Cylindrical-coordinate representation of color #D988C0: hue angle of 318.52º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D988C0 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 136 | 192 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.15 |
| HSL | 318.52º | 0.52% | 0.69% | - |
| HSV(B) | 318.52º | 0.37% | 0.85% | - |
| XYZ | 46.93 | 36.17 | 54.38 | - |
| YUV | 166.6 | 142.34 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 136 | 192 | 0 | 0.37 | 0.12 | 0.15 | 318.52 | 0.52 | 0.69 |
| Hex | D9 | 88 | C0 | 0 | 25 | C | F | 13F | 34 | 45 |
| Octal | 331 | 210 | 300 | 0 | 45 | 14 | 17 | 477 | 64 | 105 |
| Binary | 11011001 | 10001000 | 11000000 | 0 | 100101 | 1100 | 1111 | 100111111 | 110100 | 1000101 |
Color Harmonies of #D988C0
Complementary color
Monochromatic Colors of #D988C0
Black with #D988C0
Text Example
Text Example
White with #D988C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D988C0; }
p { color: rgb(217,136,192); }
H1.HeaderClassName
{
color: #D988C0;
}
.AnyTagClassName
{
color: #D988C0;
}
</style>
background-color css
<style>
a { background-color: #D988C0; }
a { background-color: rgb(217,136,192); }
div.DivClassName
{
background-color: #D988C0;
}
.BgClassName
{
background-color: #D988C0;
}
</style>
border-color css
<style>
span { border-color: #D988C0; }
span { border-color: rgb(217,136,192); }
td.TdClassName
{
border-color: #D988C0;
}
.TagClassName
{
border-color: #D988C0;
}
</style>