#D89ABD

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

Shades of Shocking #D89ABD

Tints of Shocking #D89ABD

Color information

#D89ABD (or 0xD89ABD) is unknown color: approx Shocking. HEX triplet: D8, 9A and BD. RGB value is (216,154,189). Sum of RGB (Red+Green+Blue) = 216+154+189=559 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.64% from 559); Green value is 154 (60.55% from 255 or 27.55% from 559); Blue value is 189 (74.22% from 255 or 33.81% from 559); Max value from RGB is 216 - color contains mainly: red. Hex color #D89ABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89ABD is #276542. Grayscale: #B0B0B0. Windows color (decimal): -2581827 or 12425944. OLE color: 12425944.

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

Color convert

RGB216154189-
CMYK00.290.120.15
HSL326.13º44.29%72.55%-
HSV(B)326.13º28.7%84.71%-
XYZ49.0641.3853.55-
YUV176.53135.04156.15-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.64%
GREEN value IS 154 (60.55% from 255) = 27.55%
BLUE value IS 189 (74.22% from 255) = 33.81%
R=38.64%
G=27.55%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615418900.290.120.15326.1344.2972.55
HexD89ABD01DCF1462c49
Octal330232275035141750654111
Binary110110001001101010111101011101110011111010001101011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89ABD; }

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

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

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

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

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

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

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

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