Shades of Shocking #D6A5BC
Tints of Shocking #D6A5BC
RGB
CMYK
RGB Variations
Color information
#D6A5BC (or 0xD6A5BC) is known color: Shocking. HEX triplet: D6, A5 and BC. RGB value is (214,165,188). Sum of RGB (Red+Green+Blue) = 214+165+188=567 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.74% from 567); Green value is 165 (64.84% from 255 or 29.10% from 567); Blue value is 188 (73.83% from 255 or 33.16% from 567); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A5BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A5BC is #295A43. Grayscale: #B6B6B6. Windows color (decimal): -2710084 or 12363222. OLE color: 12363222.
HSL color Cylindrical-coordinate representation of color #D6A5BC: hue angle of 331.84º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D6A5BC is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 165 | 188 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.16 |
| HSL | 331.84º | 0.37% | 0.74% | - |
| HSV(B) | 331.84º | 0.23% | 0.84% | - |
| XYZ | 50.26 | 44.84 | 53.58 | - |
| YUV | 182.27 | 131.23 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 165 | 188 | 0 | 0.23 | 0.12 | 0.16 | 331.84 | 0.37 | 0.74 |
| Hex | D6 | A5 | BC | 0 | 17 | C | 10 | 14C | 25 | 4A |
| Octal | 326 | 245 | 274 | 0 | 27 | 14 | 20 | 514 | 45 | 112 |
| Binary | 11010110 | 10100101 | 10111100 | 0 | 10111 | 1100 | 10000 | 101001100 | 100101 | 1001010 |
Color Harmonies of #D6A5BC
Complementary color
Monochromatic Colors of #D6A5BC
Black with #D6A5BC
Text Example
Text Example
White with #D6A5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A5BC; }
p { color: rgb(214,165,188); }
H1.HeaderClassName
{
color: #D6A5BC;
}
.AnyTagClassName
{
color: #D6A5BC;
}
</style>
background-color css
<style>
a { background-color: #D6A5BC; }
a { background-color: rgb(214,165,188); }
div.DivClassName
{
background-color: #D6A5BC;
}
.BgClassName
{
background-color: #D6A5BC;
}
</style>
border-color css
<style>
span { border-color: #D6A5BC; }
span { border-color: rgb(214,165,188); }
td.TdClassName
{
border-color: #D6A5BC;
}
.TagClassName
{
border-color: #D6A5BC;
}
</style>