Shades of Shocking #D9A0BE
Tints of Shocking #D9A0BE
RGB
CMYK
RGB Variations
Color information
#D9A0BE (or 0xD9A0BE) is known color: Shocking. HEX triplet: D9, A0 and BE. RGB value is (217,160,190). Sum of RGB (Red+Green+Blue) = 217+160+190=567 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.27% from 567); Green value is 160 (62.89% from 255 or 28.22% from 567); Blue value is 190 (74.61% from 255 or 33.51% from 567); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A0BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A0BE is #265F41. Grayscale: #B4B4B4. Windows color (decimal): -2514754 or 12493017. OLE color: 12493017.
HSL color Cylindrical-coordinate representation of color #D9A0BE: hue angle of 328.42º degrees, saturation: 0.43, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D9A0BE is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 160 | 190 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.15 |
| HSL | 328.42º | 0.43% | 0.74% | - |
| HSV(B) | 328.42º | 0.26% | 0.85% | - |
| XYZ | 50.48 | 43.61 | 54.47 | - |
| YUV | 180.46 | 133.38 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 160 | 190 | 0 | 0.26 | 0.12 | 0.15 | 328.42 | 0.43 | 0.74 |
| Hex | D9 | A0 | BE | 0 | 1A | C | F | 148 | 2B | 4A |
| Octal | 331 | 240 | 276 | 0 | 32 | 14 | 17 | 510 | 53 | 112 |
| Binary | 11011001 | 10100000 | 10111110 | 0 | 11010 | 1100 | 1111 | 101001000 | 101011 | 1001010 |
Color Harmonies of #D9A0BE
Complementary color
Monochromatic Colors of #D9A0BE
Black with #D9A0BE
Text Example
Text Example
White with #D9A0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A0BE; }
p { color: rgb(217,160,190); }
H1.HeaderClassName
{
color: #D9A0BE;
}
.AnyTagClassName
{
color: #D9A0BE;
}
</style>
background-color css
<style>
a { background-color: #D9A0BE; }
a { background-color: rgb(217,160,190); }
div.DivClassName
{
background-color: #D9A0BE;
}
.BgClassName
{
background-color: #D9A0BE;
}
</style>
border-color css
<style>
span { border-color: #D9A0BE; }
span { border-color: rgb(217,160,190); }
td.TdClassName
{
border-color: #D9A0BE;
}
.TagClassName
{
border-color: #D9A0BE;
}
</style>