Shades of Shocking #D89ABB
Tints of Shocking #D89ABB
RGB
CMYK
RGB Variations
Color information
#D89ABB (or 0xD89ABB) is known color: Shocking. HEX triplet: D8, 9A and BB. RGB value is (216,154,187). Sum of RGB (Red+Green+Blue) = 216+154+187=557 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.78% from 557); Green value is 154 (60.55% from 255 or 27.65% from 557); Blue value is 187 (73.44% from 255 or 33.57% from 557); Max value from RGB is 216 - color contains mainly: red. Hex color #D89ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89ABB is #276544. Grayscale: #B0B0B0. Windows color (decimal): -2581829 or 12294872. OLE color: 12294872.
HSL color Cylindrical-coordinate representation of color #D89ABB: hue angle of 328.06º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D89ABB is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 154 | 187 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.15 |
| HSL | 328.06º | 0.44% | 0.73% | - |
| HSV(B) | 328.06º | 0.29% | 0.85% | - |
| XYZ | 48.84 | 41.3 | 52.41 | - |
| YUV | 176.3 | 134.04 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 154 | 187 | 0 | 0.29 | 0.13 | 0.15 | 328.06 | 0.44 | 0.73 |
| Hex | D8 | 9A | BB | 0 | 1D | D | F | 148 | 2C | 49 |
| Octal | 330 | 232 | 273 | 0 | 35 | 15 | 17 | 510 | 54 | 111 |
| Binary | 11011000 | 10011010 | 10111011 | 0 | 11101 | 1101 | 1111 | 101001000 | 101100 | 1001001 |
Color Harmonies of #D89ABB
Complementary color
Monochromatic Colors of #D89ABB
Black with #D89ABB
Text Example
Text Example
White with #D89ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89ABB; }
p { color: rgb(216,154,187); }
H1.HeaderClassName
{
color: #D89ABB;
}
.AnyTagClassName
{
color: #D89ABB;
}
</style>
background-color css
<style>
a { background-color: #D89ABB; }
a { background-color: rgb(216,154,187); }
div.DivClassName
{
background-color: #D89ABB;
}
.BgClassName
{
background-color: #D89ABB;
}
</style>
border-color css
<style>
span { border-color: #D89ABB; }
span { border-color: rgb(216,154,187); }
td.TdClassName
{
border-color: #D89ABB;
}
.TagClassName
{
border-color: #D89ABB;
}
</style>