Shades of Shocking #D992BF
Tints of Shocking #D992BF
RGB
CMYK
RGB Variations
Color information
#D992BF (or 0xD992BF) is known color: Shocking. HEX triplet: D9, 92 and BF. RGB value is (217,146,191). Sum of RGB (Red+Green+Blue) = 217+146+191=554 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.17% from 554); Green value is 146 (57.42% from 255 or 26.35% from 554); Blue value is 191 (75% from 255 or 34.48% from 554); Max value from RGB is 217 - color contains mainly: red. Hex color #D992BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D992BF is #266D40. Grayscale: #ACACAC. Windows color (decimal): -2518337 or 12554969. OLE color: 12554969.
HSL color Cylindrical-coordinate representation of color #D992BF: hue angle of 321.97º degrees, saturation: 0.48, 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 #D992BF is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 146 | 191 | - |
| CMYK | 0 | 0.33 | 0.12 | 0.15 |
| HSL | 321.97º | 0.48% | 0.71% | - |
| HSV(B) | 321.97º | 0.33% | 0.85% | - |
| XYZ | 48.3 | 39.07 | 54.29 | - |
| YUV | 172.36 | 138.52 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 146 | 191 | 0 | 0.33 | 0.12 | 0.15 | 321.97 | 0.48 | 0.71 |
| Hex | D9 | 92 | BF | 0 | 21 | C | F | 142 | 30 | 47 |
| Octal | 331 | 222 | 277 | 0 | 41 | 14 | 17 | 502 | 60 | 107 |
| Binary | 11011001 | 10010010 | 10111111 | 0 | 100001 | 1100 | 1111 | 101000010 | 110000 | 1000111 |
Color Harmonies of #D992BF
Complementary color
Monochromatic Colors of #D992BF
Black with #D992BF
Text Example
Text Example
White with #D992BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D992BF; }
p { color: rgb(217,146,191); }
H1.HeaderClassName
{
color: #D992BF;
}
.AnyTagClassName
{
color: #D992BF;
}
</style>
background-color css
<style>
a { background-color: #D992BF; }
a { background-color: rgb(217,146,191); }
div.DivClassName
{
background-color: #D992BF;
}
.BgClassName
{
background-color: #D992BF;
}
</style>
border-color css
<style>
span { border-color: #D992BF; }
span { border-color: rgb(217,146,191); }
td.TdClassName
{
border-color: #D992BF;
}
.TagClassName
{
border-color: #D992BF;
}
</style>