Shades of Shocking #D6A1BB
Tints of Shocking #D6A1BB
RGB
CMYK
RGB Variations
Color information
#D6A1BB (or 0xD6A1BB) is known color: Shocking. HEX triplet: D6, A1 and BB. RGB value is (214,161,187). Sum of RGB (Red+Green+Blue) = 214+161+187=562 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.08% from 562); Green value is 161 (63.28% from 255 or 28.65% from 562); Blue value is 187 (73.44% from 255 or 33.27% from 562); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A1BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A1BB is #295E44. Grayscale: #B3B3B3. Windows color (decimal): -2711109 or 12296662. OLE color: 12296662.
HSL color Cylindrical-coordinate representation of color #D6A1BB: hue angle of 330.57º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D6A1BB is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 161 | 187 | - |
| CMYK | 0 | 0.25 | 0.13 | 0.16 |
| HSL | 330.57º | 0.39% | 0.74% | - |
| HSV(B) | 330.57º | 0.25% | 0.84% | - |
| XYZ | 49.45 | 43.37 | 52.78 | - |
| YUV | 179.81 | 132.06 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 161 | 187 | 0 | 0.25 | 0.13 | 0.16 | 330.57 | 0.39 | 0.74 |
| Hex | D6 | A1 | BB | 0 | 19 | D | 10 | 14B | 27 | 4A |
| Octal | 326 | 241 | 273 | 0 | 31 | 15 | 20 | 513 | 47 | 112 |
| Binary | 11010110 | 10100001 | 10111011 | 0 | 11001 | 1101 | 10000 | 101001011 | 100111 | 1001010 |
Color Harmonies of #D6A1BB
Complementary color
Monochromatic Colors of #D6A1BB
Black with #D6A1BB
Text Example
Text Example
White with #D6A1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A1BB; }
p { color: rgb(214,161,187); }
H1.HeaderClassName
{
color: #D6A1BB;
}
.AnyTagClassName
{
color: #D6A1BB;
}
</style>
background-color css
<style>
a { background-color: #D6A1BB; }
a { background-color: rgb(214,161,187); }
div.DivClassName
{
background-color: #D6A1BB;
}
.BgClassName
{
background-color: #D6A1BB;
}
</style>
border-color css
<style>
span { border-color: #D6A1BB; }
span { border-color: rgb(214,161,187); }
td.TdClassName
{
border-color: #D6A1BB;
}
.TagClassName
{
border-color: #D6A1BB;
}
</style>