#D89ABB

Color #D89ABB Shocking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking #D89ABB

Tints of Shocking #D89ABB

Color information

#D89ABB (or 0xD89ABB) is unknown color: approx 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

RGB216154187-
CMYK00.290.130.15
HSL328.06º44.29%72.55%-
HSV(B)328.06º28.7%84.71%-
XYZ48.8441.352.41-
YUV176.3134.04156.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 216 (84.77% from 255) = 38.78%
GREEN value IS 154 (60.55% from 255) = 27.65%
BLUE value IS 187 (73.44% from 255) = 33.57%
R=38.78%
G=27.65%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615418700.290.130.15328.0644.2972.55
HexD89ABB01DDF1482c49
Octal330232273035151751054111
Binary110110001001101010111011011101110111111010010001011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>