Shades of Shocking #D99BBF
Tints of Shocking #D99BBF
RGB
CMYK
RGB Variations
Color information
#D99BBF (or 0xD99BBF) is known color: Shocking. HEX triplet: D9, 9B and BF. RGB value is (217,155,191). Sum of RGB (Red+Green+Blue) = 217+155+191=563 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.54% from 563); Green value is 155 (60.94% from 255 or 27.53% from 563); Blue value is 191 (75% from 255 or 33.93% from 563); Max value from RGB is 217 - color contains mainly: red. Hex color #D99BBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99BBF is #266440. Grayscale: #B1B1B1. Windows color (decimal): -2516033 or 12557273. OLE color: 12557273.
HSL color Cylindrical-coordinate representation of color #D99BBF: hue angle of 325.16º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D99BBF is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 155 | 191 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.15 |
| HSL | 325.16º | 0.45% | 0.73% | - |
| HSV(B) | 325.16º | 0.29% | 0.85% | - |
| XYZ | 49.74 | 41.96 | 54.77 | - |
| YUV | 177.64 | 135.54 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 155 | 191 | 0 | 0.29 | 0.12 | 0.15 | 325.16 | 0.45 | 0.73 |
| Hex | D9 | 9B | BF | 0 | 1D | C | F | 145 | 2D | 49 |
| Octal | 331 | 233 | 277 | 0 | 35 | 14 | 17 | 505 | 55 | 111 |
| Binary | 11011001 | 10011011 | 10111111 | 0 | 11101 | 1100 | 1111 | 101000101 | 101101 | 1001001 |
Color Harmonies of #D99BBF
Complementary color
Monochromatic Colors of #D99BBF
Black with #D99BBF
Text Example
Text Example
White with #D99BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99BBF; }
p { color: rgb(217,155,191); }
H1.HeaderClassName
{
color: #D99BBF;
}
.AnyTagClassName
{
color: #D99BBF;
}
</style>
background-color css
<style>
a { background-color: #D99BBF; }
a { background-color: rgb(217,155,191); }
div.DivClassName
{
background-color: #D99BBF;
}
.BgClassName
{
background-color: #D99BBF;
}
</style>
border-color css
<style>
span { border-color: #D99BBF; }
span { border-color: rgb(217,155,191); }
td.TdClassName
{
border-color: #D99BBF;
}
.TagClassName
{
border-color: #D99BBF;
}
</style>