#D89BB1

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

Shades of Kobi #D89BB1

Tints of Kobi #D89BB1

Color information

#D89BB1 (or 0xD89BB1) is unknown color: approx Kobi. HEX triplet: D8, 9B and B1. RGB value is (216,155,177). Sum of RGB (Red+Green+Blue) = 216+155+177=548 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.42% from 548); Green value is 155 (60.94% from 255 or 28.28% from 548); Blue value is 177 (69.53% from 255 or 32.30% from 548); Max value from RGB is 216 - color contains mainly: red. Hex color #D89BB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89BB1 is #27644E. Grayscale: #AFAFAF. Windows color (decimal): -2581583 or 11639768. OLE color: 11639768.

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

Color convert

RGB216155177-
CMYK00.280.180.15
HSL338.36º43.88%72.75%-
HSV(B)338.36º28.24%84.71%-
XYZ47.9841.2247.02-
YUV175.75128.71156.71-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.42%
GREEN value IS 155 (60.94% from 255) = 28.28%
BLUE value IS 177 (69.53% from 255) = 32.30%
R=39.42%
G=28.28%
B=32.30%

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
Decimal21615517700.280.180.15338.3643.8872.75
HexD89BB101C12F1522c49
Octal330233261034221752254111
Binary1101100010011011101100010111001001011111010100101011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89BB1; }

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

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

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

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

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

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

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

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