Shades of Shocking #D988BC
Tints of Shocking #D988BC
RGB
CMYK
RGB Variations
Color information
#D988BC (or 0xD988BC) is known color: Shocking. HEX triplet: D9, 88 and BC. RGB value is (217,136,188). Sum of RGB (Red+Green+Blue) = 217+136+188=541 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.11% from 541); Green value is 136 (53.52% from 255 or 25.14% from 541); Blue value is 188 (73.83% from 255 or 34.75% from 541); Max value from RGB is 217 - color contains mainly: red. Hex color #D988BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D988BC is #267743. Grayscale: #A6A6A6. Windows color (decimal): -2520900 or 12355801. OLE color: 12355801.
HSL color Cylindrical-coordinate representation of color #D988BC: hue angle of 321.48º 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 #D988BC is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 136 | 188 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.15 |
| HSL | 321.48º | 0.52% | 0.69% | - |
| HSV(B) | 321.48º | 0.37% | 0.85% | - |
| XYZ | 46.5 | 35.99 | 52.07 | - |
| YUV | 166.15 | 140.34 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 136 | 188 | 0 | 0.37 | 0.13 | 0.15 | 321.48 | 0.52 | 0.69 |
| Hex | D9 | 88 | BC | 0 | 25 | D | F | 141 | 34 | 45 |
| Octal | 331 | 210 | 274 | 0 | 45 | 15 | 17 | 501 | 64 | 105 |
| Binary | 11011001 | 10001000 | 10111100 | 0 | 100101 | 1101 | 1111 | 101000001 | 110100 | 1000101 |
Color Harmonies of #D988BC
Complementary color
Monochromatic Colors of #D988BC
Black with #D988BC
Text Example
Text Example
White with #D988BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D988BC; }
p { color: rgb(217,136,188); }
H1.HeaderClassName
{
color: #D988BC;
}
.AnyTagClassName
{
color: #D988BC;
}
</style>
background-color css
<style>
a { background-color: #D988BC; }
a { background-color: rgb(217,136,188); }
div.DivClassName
{
background-color: #D988BC;
}
.BgClassName
{
background-color: #D988BC;
}
</style>
border-color css
<style>
span { border-color: #D988BC; }
span { border-color: rgb(217,136,188); }
td.TdClassName
{
border-color: #D988BC;
}
.TagClassName
{
border-color: #D988BC;
}
</style>