#D89BB0

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

Shades of Kobi #D89BB0

Tints of Kobi #D89BB0

Color information

#D89BB0 (or 0xD89BB0) is unknown color: approx Kobi. HEX triplet: D8, 9B and B0. RGB value is (216,155,176). Sum of RGB (Red+Green+Blue) = 216+155+176=547 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.49% from 547); Green value is 155 (60.94% from 255 or 28.34% from 547); Blue value is 176 (69.14% from 255 or 32.18% from 547); Max value from RGB is 216 - color contains mainly: red. Hex color #D89BB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89BB0 is #27644F. Grayscale: #AFAFAF. Windows color (decimal): -2581584 or 11574232. OLE color: 11574232.

HSL color Cylindrical-coordinate representation of color #D89BB0: hue angle of 339.34º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D89BB0 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB216155176-
CMYK00.280.190.15
HSL339.34º43.88%72.75%-
HSV(B)339.34º28.24%84.71%-
XYZ47.8841.1846.5-
YUV175.63128.21156.79-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.49%
GREEN value IS 155 (60.94% from 255) = 28.34%
BLUE value IS 176 (69.14% from 255) = 32.18%
R=39.49%
G=28.34%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615517600.280.190.15339.3443.8872.75
HexD89BB001C13F1532c49
Octal330233260034231752354111
Binary1101100010011011101100000111001001111111010100111011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89BB0; }

 p { color: rgb(216,155,176); }

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

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

 a { background-color: rgb(216,155,176); }

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

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

 span { border-color: rgb(216,155,176); }

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