#D89AB5

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

Shades of Kobi #D89AB5

Tints of Kobi #D89AB5

Color information

#D89AB5 (or 0xD89AB5) is unknown color: approx Kobi. HEX triplet: D8, 9A and B5. RGB value is (216,154,181). Sum of RGB (Red+Green+Blue) = 216+154+181=551 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.20% from 551); Green value is 154 (60.55% from 255 or 27.95% from 551); Blue value is 181 (71.09% from 255 or 32.85% from 551); Max value from RGB is 216 - color contains mainly: red. Hex color #D89AB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89AB5 is #27654A. Grayscale: #AFAFAF. Windows color (decimal): -2581835 or 11901656. OLE color: 11901656.

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

Color convert

RGB216154181-
CMYK00.290.160.15
HSL333.87º44.29%72.55%-
HSV(B)333.87º28.7%84.71%-
XYZ48.2141.0549.1-
YUV175.62131.04156.8-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.20%
GREEN value IS 154 (60.55% from 255) = 27.95%
BLUE value IS 181 (71.09% from 255) = 32.85%
R=39.20%
G=27.95%
B=32.85%

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
Decimal21615418100.290.160.15333.8744.2972.55
HexD89AB501D10F14e2c49
Octal330232265035201751654111
Binary1101100010011010101101010111011000011111010011101011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89AB5; }

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

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

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

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

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

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

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

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