#D89BB2

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

Shades of Kobi #D89BB2

Tints of Kobi #D89BB2

Color information

#D89BB2 (or 0xD89BB2) is unknown color: approx Kobi. HEX triplet: D8, 9B and B2. RGB value is (216,155,178). Sum of RGB (Red+Green+Blue) = 216+155+178=549 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.34% from 549); Green value is 155 (60.94% from 255 or 28.23% from 549); Blue value is 178 (69.92% from 255 or 32.42% from 549); Max value from RGB is 216 - color contains mainly: red. Hex color #D89BB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89BB2 is #27644D. Grayscale: #AFAFAF. Windows color (decimal): -2581582 or 11705304. OLE color: 11705304.

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

Color convert

RGB216155178-
CMYK00.280.180.15
HSL337.38º43.88%72.75%-
HSV(B)337.38º28.24%84.71%-
XYZ48.0841.2647.55-
YUV175.86129.21156.63-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.34%
GREEN value IS 155 (60.94% from 255) = 28.23%
BLUE value IS 178 (69.92% from 255) = 32.42%
R=39.34%
G=28.23%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615517800.280.180.15337.3843.8872.75
HexD89BB201C12F1512c49
Octal330233262034221752154111
Binary1101100010011011101100100111001001011111010100011011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89BB2; }

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

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

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

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

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

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

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

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