Shades of Shocking #D5A3BC
Tints of Shocking #D5A3BC
RGB
CMYK
RGB Variations
Color information
#D5A3BC (or 0xD5A3BC) is known color: Shocking. HEX triplet: D5, A3 and BC. RGB value is (213,163,188). Sum of RGB (Red+Green+Blue) = 213+163+188=564 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.77% from 564); Green value is 163 (64.06% from 255 or 28.90% from 564); Blue value is 188 (73.83% from 255 or 33.33% from 564); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A3BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A3BC is #2A5C43. Grayscale: #B4B4B4. Windows color (decimal): -2776132 or 12362709. OLE color: 12362709.
HSL color Cylindrical-coordinate representation of color #D5A3BC: hue angle of 330º 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 #D5A3BC is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 163 | 188 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.16 |
| HSL | 330º | 0.37% | 0.74% | - |
| HSV(B) | 330º | 0.23% | 0.84% | - |
| XYZ | 49.61 | 43.97 | 53.45 | - |
| YUV | 180.8 | 132.07 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 163 | 188 | 0 | 0.23 | 0.12 | 0.16 | 330 | 0.37 | 0.74 |
| Hex | D5 | A3 | BC | 0 | 17 | C | 10 | 14A | 25 | 4A |
| Octal | 325 | 243 | 274 | 0 | 27 | 14 | 20 | 512 | 45 | 112 |
| Binary | 11010101 | 10100011 | 10111100 | 0 | 10111 | 1100 | 10000 | 101001010 | 100101 | 1001010 |
Color Harmonies of #D5A3BC
Complementary color
Monochromatic Colors of #D5A3BC
Black with #D5A3BC
Text Example
Text Example
White with #D5A3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A3BC; }
p { color: rgb(213,163,188); }
H1.HeaderClassName
{
color: #D5A3BC;
}
.AnyTagClassName
{
color: #D5A3BC;
}
</style>
background-color css
<style>
a { background-color: #D5A3BC; }
a { background-color: rgb(213,163,188); }
div.DivClassName
{
background-color: #D5A3BC;
}
.BgClassName
{
background-color: #D5A3BC;
}
</style>
border-color css
<style>
span { border-color: #D5A3BC; }
span { border-color: rgb(213,163,188); }
td.TdClassName
{
border-color: #D5A3BC;
}
.TagClassName
{
border-color: #D5A3BC;
}
</style>