#D89AB9

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

Shades of Shocking #D89AB9

Tints of Shocking #D89AB9

Color information

#D89AB9 (or 0xD89AB9) is unknown color: approx Shocking. HEX triplet: D8, 9A and B9. RGB value is (216,154,185). Sum of RGB (Red+Green+Blue) = 216+154+185=555 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.92% from 555); Green value is 154 (60.55% from 255 or 27.75% from 555); Blue value is 185 (72.66% from 255 or 33.33% from 555); Max value from RGB is 216 - color contains mainly: red. Hex color #D89AB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89AB9 is #276546. Grayscale: #B0B0B0. Windows color (decimal): -2581831 or 12163800. OLE color: 12163800.

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

Color convert

RGB216154185-
CMYK00.290.140.15
HSL330º44.29%72.55%-
HSV(B)330º28.7%84.71%-
XYZ48.6341.2151.29-
YUV176.07133.04156.48-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.92%
GREEN value IS 154 (60.55% from 255) = 27.75%
BLUE value IS 185 (72.66% from 255) = 33.33%
R=38.92%
G=27.75%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615418500.290.140.1533044.2972.55
HexD89AB901DEF14a2c49
Octal330232271035161751254111
Binary110110001001101010111001011101111011111010010101011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89AB9; }

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

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

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

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

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

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

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

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