Shades of Shocking #D5A5BB
Tints of Shocking #D5A5BB
RGB
CMYK
RGB Variations
Color information
#D5A5BB (or 0xD5A5BB) is known color: Shocking. HEX triplet: D5, A5 and BB. RGB value is (213,165,187). Sum of RGB (Red+Green+Blue) = 213+165+187=565 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.70% from 565); Green value is 165 (64.84% from 255 or 29.20% from 565); Blue value is 187 (73.44% from 255 or 33.10% from 565); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A5BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A5BB is #2A5A44. Grayscale: #B5B5B5. Windows color (decimal): -2775621 or 12297685. OLE color: 12297685.
HSL color Cylindrical-coordinate representation of color #D5A5BB: hue angle of 332.5º degrees, saturation: 0.36, 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 #D5A5BB is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 165 | 187 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.16 |
| HSL | 332.5º | 0.36% | 0.74% | - |
| HSV(B) | 332.5º | 0.23% | 0.84% | - |
| XYZ | 49.87 | 44.64 | 53 | - |
| YUV | 181.86 | 130.9 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 165 | 187 | 0 | 0.23 | 0.12 | 0.16 | 332.5 | 0.36 | 0.74 |
| Hex | D5 | A5 | BB | 0 | 17 | C | 10 | 14C | 24 | 4A |
| Octal | 325 | 245 | 273 | 0 | 27 | 14 | 20 | 514 | 44 | 112 |
| Binary | 11010101 | 10100101 | 10111011 | 0 | 10111 | 1100 | 10000 | 101001100 | 100100 | 1001010 |
Color Harmonies of #D5A5BB
Complementary color
Monochromatic Colors of #D5A5BB
Black with #D5A5BB
Text Example
Text Example
White with #D5A5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A5BB; }
p { color: rgb(213,165,187); }
H1.HeaderClassName
{
color: #D5A5BB;
}
.AnyTagClassName
{
color: #D5A5BB;
}
</style>
background-color css
<style>
a { background-color: #D5A5BB; }
a { background-color: rgb(213,165,187); }
div.DivClassName
{
background-color: #D5A5BB;
}
.BgClassName
{
background-color: #D5A5BB;
}
</style>
border-color css
<style>
span { border-color: #D5A5BB; }
span { border-color: rgb(213,165,187); }
td.TdClassName
{
border-color: #D5A5BB;
}
.TagClassName
{
border-color: #D5A5BB;
}
</style>