#D89FB4

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

Shades of Kobi #D89FB4

Tints of Kobi #D89FB4

Color information

#D89FB4 (or 0xD89FB4) is unknown color: approx Kobi. HEX triplet: D8, 9F and B4. RGB value is (216,159,180). Sum of RGB (Red+Green+Blue) = 216+159+180=555 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.92% from 555); Green value is 159 (62.5% from 255 or 28.65% from 555); Blue value is 180 (70.70% from 255 or 32.43% from 555); Max value from RGB is 216 - color contains mainly: red. Hex color #D89FB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89FB4 is #27604B. Grayscale: #B2B2B2. Windows color (decimal): -2580556 or 11837400. OLE color: 11837400.

HSL color Cylindrical-coordinate representation of color #D89FB4: hue angle of 337.89º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D89FB4 is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB216159180-
CMYK00.260.170.15
HSL337.89º42.22%73.53%-
HSV(B)337.89º26.39%84.71%-
XYZ48.9642.6948.84-
YUV178.44128.88154.79-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.92%
GREEN value IS 159 (62.5% from 255) = 28.65%
BLUE value IS 180 (70.70% from 255) = 32.43%
R=38.92%
G=28.65%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615918000.260.170.15337.8942.2273.53
HexD89FB401A11F1522a4a
Octal330237264032211752252112
Binary1101100010011111101101000110101000111111010100101010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89FB4; }

 p { color: rgb(216,159,180); }

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

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

 a { background-color: rgb(216,159,180); }

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

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

 span { border-color: rgb(216,159,180); }

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