Shades of Shocking #D991BB
Tints of Shocking #D991BB
RGB
CMYK
RGB Variations
Color information
#D991BB (or 0xD991BB) is known color: Shocking. HEX triplet: D9, 91 and BB. RGB value is (217,145,187). Sum of RGB (Red+Green+Blue) = 217+145+187=549 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.53% from 549); Green value is 145 (57.03% from 255 or 26.41% from 549); Blue value is 187 (73.44% from 255 or 34.06% from 549); Max value from RGB is 217 - color contains mainly: red. Hex color #D991BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D991BB is #266E44. Grayscale: #ABABAB. Windows color (decimal): -2518597 or 12292569. OLE color: 12292569.
HSL color Cylindrical-coordinate representation of color #D991BB: hue angle of 325º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D991BB is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 145 | 187 | - |
| CMYK | 0 | 0.33 | 0.14 | 0.15 |
| HSL | 325º | 0.49% | 0.71% | - |
| HSV(B) | 325º | 0.33% | 0.85% | - |
| XYZ | 47.71 | 38.59 | 51.95 | - |
| YUV | 171.32 | 136.85 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 145 | 187 | 0 | 0.33 | 0.14 | 0.15 | 325 | 0.49 | 0.71 |
| Hex | D9 | 91 | BB | 0 | 21 | E | F | 145 | 31 | 47 |
| Octal | 331 | 221 | 273 | 0 | 41 | 16 | 17 | 505 | 61 | 107 |
| Binary | 11011001 | 10010001 | 10111011 | 0 | 100001 | 1110 | 1111 | 101000101 | 110001 | 1000111 |
Color Harmonies of #D991BB
Complementary color
Monochromatic Colors of #D991BB
Black with #D991BB
Text Example
Text Example
White with #D991BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D991BB; }
p { color: rgb(217,145,187); }
H1.HeaderClassName
{
color: #D991BB;
}
.AnyTagClassName
{
color: #D991BB;
}
</style>
background-color css
<style>
a { background-color: #D991BB; }
a { background-color: rgb(217,145,187); }
div.DivClassName
{
background-color: #D991BB;
}
.BgClassName
{
background-color: #D991BB;
}
</style>
border-color css
<style>
span { border-color: #D991BB; }
span { border-color: rgb(217,145,187); }
td.TdClassName
{
border-color: #D991BB;
}
.TagClassName
{
border-color: #D991BB;
}
</style>