Shades of Shocking #D6A4BC
Tints of Shocking #D6A4BC
RGB
CMYK
RGB Variations
Color information
#D6A4BC (or 0xD6A4BC) is known color: Shocking. HEX triplet: D6, A4 and BC. RGB value is (214,164,188). Sum of RGB (Red+Green+Blue) = 214+164+188=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 164 (64.45% from 255 or 28.98% from 566); Blue value is 188 (73.83% from 255 or 33.22% from 566); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A4BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A4BC is #295B43. Grayscale: #B5B5B5. Windows color (decimal): -2710340 or 12362966. OLE color: 12362966.
HSL color Cylindrical-coordinate representation of color #D6A4BC: hue angle of 331.2º degrees, saturation: 0.38, 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 #D6A4BC is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 164 | 188 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.16 |
| HSL | 331.2º | 0.38% | 0.74% | - |
| HSV(B) | 331.2º | 0.23% | 0.84% | - |
| XYZ | 50.08 | 44.48 | 53.52 | - |
| YUV | 181.69 | 131.57 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 164 | 188 | 0 | 0.23 | 0.12 | 0.16 | 331.2 | 0.38 | 0.74 |
| Hex | D6 | A4 | BC | 0 | 17 | C | 10 | 14B | 26 | 4A |
| Octal | 326 | 244 | 274 | 0 | 27 | 14 | 20 | 513 | 46 | 112 |
| Binary | 11010110 | 10100100 | 10111100 | 0 | 10111 | 1100 | 10000 | 101001011 | 100110 | 1001010 |
Color Harmonies of #D6A4BC
Complementary color
Monochromatic Colors of #D6A4BC
Black with #D6A4BC
Text Example
Text Example
White with #D6A4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A4BC; }
p { color: rgb(214,164,188); }
H1.HeaderClassName
{
color: #D6A4BC;
}
.AnyTagClassName
{
color: #D6A4BC;
}
</style>
background-color css
<style>
a { background-color: #D6A4BC; }
a { background-color: rgb(214,164,188); }
div.DivClassName
{
background-color: #D6A4BC;
}
.BgClassName
{
background-color: #D6A4BC;
}
</style>
border-color css
<style>
span { border-color: #D6A4BC; }
span { border-color: rgb(214,164,188); }
td.TdClassName
{
border-color: #D6A4BC;
}
.TagClassName
{
border-color: #D6A4BC;
}
</style>