Shades of Shocking #D6A2BC
Tints of Shocking #D6A2BC
RGB
CMYK
RGB Variations
Color information
#D6A2BC (or 0xD6A2BC) is known color: Shocking. HEX triplet: D6, A2 and BC. RGB value is (214,162,188). Sum of RGB (Red+Green+Blue) = 214+162+188=564 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.94% from 564); Green value is 162 (63.67% from 255 or 28.72% from 564); Blue value is 188 (73.83% from 255 or 33.33% from 564); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A2BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A2BC is #295D43. Grayscale: #B4B4B4. Windows color (decimal): -2710852 or 12362454. OLE color: 12362454.
HSL color Cylindrical-coordinate representation of color #D6A2BC: hue angle of 330º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D6A2BC is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 162 | 188 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.16 |
| HSL | 330º | 0.39% | 0.74% | - |
| HSV(B) | 330º | 0.24% | 0.84% | - |
| XYZ | 49.73 | 43.77 | 53.4 | - |
| YUV | 180.51 | 132.23 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 162 | 188 | 0 | 0.24 | 0.12 | 0.16 | 330 | 0.39 | 0.74 |
| Hex | D6 | A2 | BC | 0 | 18 | C | 10 | 14A | 27 | 4A |
| Octal | 326 | 242 | 274 | 0 | 30 | 14 | 20 | 512 | 47 | 112 |
| Binary | 11010110 | 10100010 | 10111100 | 0 | 11000 | 1100 | 10000 | 101001010 | 100111 | 1001010 |
Color Harmonies of #D6A2BC
Complementary color
Monochromatic Colors of #D6A2BC
Black with #D6A2BC
Text Example
Text Example
White with #D6A2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A2BC; }
p { color: rgb(214,162,188); }
H1.HeaderClassName
{
color: #D6A2BC;
}
.AnyTagClassName
{
color: #D6A2BC;
}
</style>
background-color css
<style>
a { background-color: #D6A2BC; }
a { background-color: rgb(214,162,188); }
div.DivClassName
{
background-color: #D6A2BC;
}
.BgClassName
{
background-color: #D6A2BC;
}
</style>
border-color css
<style>
span { border-color: #D6A2BC; }
span { border-color: rgb(214,162,188); }
td.TdClassName
{
border-color: #D6A2BC;
}
.TagClassName
{
border-color: #D6A2BC;
}
</style>