Shades of Shocking #D5A1B7
Tints of Shocking #D5A1B7
RGB
CMYK
RGB Variations
Color information
#D5A1B7 (or 0xD5A1B7) is known color: Shocking. HEX triplet: D5, A1 and B7. RGB value is (213,161,183). Sum of RGB (Red+Green+Blue) = 213+161+183=557 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.24% from 557); Green value is 161 (63.28% from 255 or 28.90% from 557); Blue value is 183 (71.88% from 255 or 32.85% from 557); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A1B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A1B7 is #2A5E48. Grayscale: #B3B3B3. Windows color (decimal): -2776649 or 12034517. OLE color: 12034517.
HSL color Cylindrical-coordinate representation of color #D5A1B7: hue angle of 334.62º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D5A1B7 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 161 | 183 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.16 |
| HSL | 334.62º | 0.38% | 0.73% | - |
| HSV(B) | 334.62º | 0.24% | 0.84% | - |
| XYZ | 48.73 | 43.05 | 50.54 | - |
| YUV | 179.06 | 130.23 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 161 | 183 | 0 | 0.24 | 0.14 | 0.16 | 334.62 | 0.38 | 0.73 |
| Hex | D5 | A1 | B7 | 0 | 18 | E | 10 | 14F | 26 | 49 |
| Octal | 325 | 241 | 267 | 0 | 30 | 16 | 20 | 517 | 46 | 111 |
| Binary | 11010101 | 10100001 | 10110111 | 0 | 11000 | 1110 | 10000 | 101001111 | 100110 | 1001001 |
Color Harmonies of #D5A1B7
Complementary color
Monochromatic Colors of #D5A1B7
Black with #D5A1B7
Text Example
Text Example
White with #D5A1B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A1B7; }
p { color: rgb(213,161,183); }
H1.HeaderClassName
{
color: #D5A1B7;
}
.AnyTagClassName
{
color: #D5A1B7;
}
</style>
background-color css
<style>
a { background-color: #D5A1B7; }
a { background-color: rgb(213,161,183); }
div.DivClassName
{
background-color: #D5A1B7;
}
.BgClassName
{
background-color: #D5A1B7;
}
</style>
border-color css
<style>
span { border-color: #D5A1B7; }
span { border-color: rgb(213,161,183); }
td.TdClassName
{
border-color: #D5A1B7;
}
.TagClassName
{
border-color: #D5A1B7;
}
</style>