#D89AB6

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

Shades of Shocking #D89AB6

Tints of Shocking #D89AB6

Color information

#D89AB6 (or 0xD89AB6) is unknown color: approx Shocking. HEX triplet: D8, 9A and B6. RGB value is (216,154,182). Sum of RGB (Red+Green+Blue) = 216+154+182=552 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.13% from 552); Green value is 154 (60.55% from 255 or 27.90% from 552); Blue value is 182 (71.48% from 255 or 32.97% from 552); Max value from RGB is 216 - color contains mainly: red. Hex color #D89AB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89AB6 is #276549. Grayscale: #AFAFAF. Windows color (decimal): -2581834 or 11967192. OLE color: 11967192.

HSL color Cylindrical-coordinate representation of color #D89AB6: hue angle of 332.9º 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 #D89AB6 is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB216154182-
CMYK00.290.160.15
HSL332.9º44.29%72.55%-
HSV(B)332.9º28.7%84.71%-
XYZ48.3241.0949.64-
YUV175.73131.54156.72-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.13%
GREEN value IS 154 (60.55% from 255) = 27.90%
BLUE value IS 182 (71.48% from 255) = 32.97%
R=39.13%
G=27.90%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615418200.290.160.15332.944.2972.55
HexD89AB601D10F14d2c49
Octal330232266035201751554111
Binary1101100010011010101101100111011000011111010011011011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89AB6; }

 p { color: rgb(216,154,182); }

 H1.HeaderClassName
 {
   color: #D89AB6;
 }
 .AnyTagClassName
 {
   color: #D89AB6;
 }
</style>
background-color css

<style>
 a { background-color: #D89AB6; }

 a { background-color: rgb(216,154,182); }

 div.DivClassName
 {
   background-color: #D89AB6;
 }
 .BgClassName
 {
   background-color: #D89AB6;
 }
</style>
border-color css

<style>
 span { border-color: #D89AB6; }

 span { border-color: rgb(216,154,182); }

 td.TdClassName
 {
   border-color: #D89AB6;
 }
 .TagClassName
 {
   border-color: #D89AB6;
 }
</style>