Shades of Shocking #D6A0BB
Tints of Shocking #D6A0BB
RGB
CMYK
RGB Variations
Color information
#D6A0BB (or 0xD6A0BB) is known color: Shocking. HEX triplet: D6, A0 and BB. RGB value is (214,160,187). Sum of RGB (Red+Green+Blue) = 214+160+187=561 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.15% from 561); Green value is 160 (62.89% from 255 or 28.52% from 561); Blue value is 187 (73.44% from 255 or 33.33% from 561); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A0BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A0BB is #295F44. Grayscale: #B3B3B3. Windows color (decimal): -2711365 or 12296406. OLE color: 12296406.
HSL color Cylindrical-coordinate representation of color #D6A0BB: hue angle of 330º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D6A0BB is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 160 | 187 | - |
| CMYK | 0 | 0.25 | 0.13 | 0.16 |
| HSL | 330º | 0.4% | 0.73% | - |
| HSV(B) | 330º | 0.25% | 0.84% | - |
| XYZ | 49.27 | 43.03 | 52.72 | - |
| YUV | 179.22 | 132.39 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 160 | 187 | 0 | 0.25 | 0.13 | 0.16 | 330 | 0.4 | 0.73 |
| Hex | D6 | A0 | BB | 0 | 19 | D | 10 | 14A | 28 | 49 |
| Octal | 326 | 240 | 273 | 0 | 31 | 15 | 20 | 512 | 50 | 111 |
| Binary | 11010110 | 10100000 | 10111011 | 0 | 11001 | 1101 | 10000 | 101001010 | 101000 | 1001001 |
Color Harmonies of #D6A0BB
Complementary color
Monochromatic Colors of #D6A0BB
Black with #D6A0BB
Text Example
Text Example
White with #D6A0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A0BB; }
p { color: rgb(214,160,187); }
H1.HeaderClassName
{
color: #D6A0BB;
}
.AnyTagClassName
{
color: #D6A0BB;
}
</style>
background-color css
<style>
a { background-color: #D6A0BB; }
a { background-color: rgb(214,160,187); }
div.DivClassName
{
background-color: #D6A0BB;
}
.BgClassName
{
background-color: #D6A0BB;
}
</style>
border-color css
<style>
span { border-color: #D6A0BB; }
span { border-color: rgb(214,160,187); }
td.TdClassName
{
border-color: #D6A0BB;
}
.TagClassName
{
border-color: #D6A0BB;
}
</style>