Shades of Shocking #D997BD
Tints of Shocking #D997BD
RGB
CMYK
RGB Variations
Color information
#D997BD (or 0xD997BD) is known color: Shocking. HEX triplet: D9, 97 and BD. RGB value is (217,151,189). Sum of RGB (Red+Green+Blue) = 217+151+189=557 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.96% from 557); Green value is 151 (59.38% from 255 or 27.11% from 557); Blue value is 189 (74.22% from 255 or 33.93% from 557); Max value from RGB is 217 - color contains mainly: red. Hex color #D997BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D997BD is #266842. Grayscale: #AEAEAE. Windows color (decimal): -2517059 or 12425177. OLE color: 12425177.
HSL color Cylindrical-coordinate representation of color #D997BD: hue angle of 325.45º 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 #D997BD is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 151 | 189 | - |
| CMYK | 0 | 0.30 | 0.13 | 0.15 |
| HSL | 325.45º | 0.46% | 0.72% | - |
| HSV(B) | 325.45º | 0.3% | 0.85% | - |
| XYZ | 48.87 | 40.56 | 53.4 | - |
| YUV | 175.07 | 135.87 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 151 | 189 | 0 | 0.30 | 0.13 | 0.15 | 325.45 | 0.46 | 0.72 |
| Hex | D9 | 97 | BD | 0 | 1E | D | F | 145 | 2E | 48 |
| Octal | 331 | 227 | 275 | 0 | 36 | 15 | 17 | 505 | 56 | 110 |
| Binary | 11011001 | 10010111 | 10111101 | 0 | 11110 | 1101 | 1111 | 101000101 | 101110 | 1001000 |
Color Harmonies of #D997BD
Complementary color
Monochromatic Colors of #D997BD
Black with #D997BD
Text Example
Text Example
White with #D997BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D997BD; }
p { color: rgb(217,151,189); }
H1.HeaderClassName
{
color: #D997BD;
}
.AnyTagClassName
{
color: #D997BD;
}
</style>
background-color css
<style>
a { background-color: #D997BD; }
a { background-color: rgb(217,151,189); }
div.DivClassName
{
background-color: #D997BD;
}
.BgClassName
{
background-color: #D997BD;
}
</style>
border-color css
<style>
span { border-color: #D997BD; }
span { border-color: rgb(217,151,189); }
td.TdClassName
{
border-color: #D997BD;
}
.TagClassName
{
border-color: #D997BD;
}
</style>