Shades of Shocking #D997BB
Tints of Shocking #D997BB
RGB
CMYK
RGB Variations
Color information
#D997BB (or 0xD997BB) is known color: Shocking. HEX triplet: D9, 97 and BB. RGB value is (217,151,187). Sum of RGB (Red+Green+Blue) = 217+151+187=555 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.10% from 555); Green value is 151 (59.38% from 255 or 27.21% from 555); Blue value is 187 (73.44% from 255 or 33.69% from 555); Max value from RGB is 217 - color contains mainly: red. Hex color #D997BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D997BB is #266844. Grayscale: #AEAEAE. Windows color (decimal): -2517061 or 12294105. OLE color: 12294105.
HSL color Cylindrical-coordinate representation of color #D997BB: hue angle of 327.27º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D997BB is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 151 | 187 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.15 |
| HSL | 327.27º | 0.46% | 0.72% | - |
| HSV(B) | 327.27º | 0.3% | 0.85% | - |
| XYZ | 48.65 | 40.47 | 52.26 | - |
| YUV | 174.84 | 134.87 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 151 | 187 | 0 | 0.30 | 0.14 | 0.15 | 327.27 | 0.46 | 0.72 |
| Hex | D9 | 97 | BB | 0 | 1E | E | F | 147 | 2E | 48 |
| Octal | 331 | 227 | 273 | 0 | 36 | 16 | 17 | 507 | 56 | 110 |
| Binary | 11011001 | 10010111 | 10111011 | 0 | 11110 | 1110 | 1111 | 101000111 | 101110 | 1001000 |
Color Harmonies of #D997BB
Complementary color
Monochromatic Colors of #D997BB
Black with #D997BB
Text Example
Text Example
White with #D997BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D997BB; }
p { color: rgb(217,151,187); }
H1.HeaderClassName
{
color: #D997BB;
}
.AnyTagClassName
{
color: #D997BB;
}
</style>
background-color css
<style>
a { background-color: #D997BB; }
a { background-color: rgb(217,151,187); }
div.DivClassName
{
background-color: #D997BB;
}
.BgClassName
{
background-color: #D997BB;
}
</style>
border-color css
<style>
span { border-color: #D997BB; }
span { border-color: rgb(217,151,187); }
td.TdClassName
{
border-color: #D997BB;
}
.TagClassName
{
border-color: #D997BB;
}
</style>