Shades of Shocking #D992B9
Tints of Shocking #D992B9
RGB
CMYK
RGB Variations
Color information
#D992B9 (or 0xD992B9) is known color: Shocking. HEX triplet: D9, 92 and B9. RGB value is (217,146,185). Sum of RGB (Red+Green+Blue) = 217+146+185=548 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.60% from 548); Green value is 146 (57.42% from 255 or 26.64% from 548); Blue value is 185 (72.66% from 255 or 33.76% from 548); Max value from RGB is 217 - color contains mainly: red. Hex color #D992B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D992B9 is #266D46. Grayscale: #ABABAB. Windows color (decimal): -2518343 or 12161753. OLE color: 12161753.
HSL color Cylindrical-coordinate representation of color #D992B9: hue angle of 327.04º 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 #D992B9 is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 146 | 185 | - |
| CMYK | 0 | 0.33 | 0.15 | 0.15 |
| HSL | 327.04º | 0.48% | 0.71% | - |
| HSV(B) | 327.04º | 0.33% | 0.85% | - |
| XYZ | 47.65 | 38.81 | 50.88 | - |
| YUV | 171.68 | 135.52 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 146 | 185 | 0 | 0.33 | 0.15 | 0.15 | 327.04 | 0.48 | 0.71 |
| Hex | D9 | 92 | B9 | 0 | 21 | F | F | 147 | 30 | 47 |
| Octal | 331 | 222 | 271 | 0 | 41 | 17 | 17 | 507 | 60 | 107 |
| Binary | 11011001 | 10010010 | 10111001 | 0 | 100001 | 1111 | 1111 | 101000111 | 110000 | 1000111 |
Color Harmonies of #D992B9
Complementary color
Monochromatic Colors of #D992B9
Black with #D992B9
Text Example
Text Example
White with #D992B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D992B9; }
p { color: rgb(217,146,185); }
H1.HeaderClassName
{
color: #D992B9;
}
.AnyTagClassName
{
color: #D992B9;
}
</style>
background-color css
<style>
a { background-color: #D992B9; }
a { background-color: rgb(217,146,185); }
div.DivClassName
{
background-color: #D992B9;
}
.BgClassName
{
background-color: #D992B9;
}
</style>
border-color css
<style>
span { border-color: #D992B9; }
span { border-color: rgb(217,146,185); }
td.TdClassName
{
border-color: #D992B9;
}
.TagClassName
{
border-color: #D992B9;
}
</style>