#D89FAA

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

Shades of Kobi #D89FAA

Tints of Kobi #D89FAA

Color information

#D89FAA (or 0xD89FAA) is unknown color: approx Kobi. HEX triplet: D8, 9F and AA. RGB value is (216,159,170). Sum of RGB (Red+Green+Blue) = 216+159+170=545 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.63% from 545); Green value is 159 (62.5% from 255 or 29.17% from 545); Blue value is 170 (66.80% from 255 or 31.19% from 545); Max value from RGB is 216 - color contains mainly: red. Hex color #D89FAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89FAA is #276055. Grayscale: #B1B1B1. Windows color (decimal): -2580566 or 11182040. OLE color: 11182040.

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

Color convert

RGB216159170-
CMYK00.260.210.15
HSL348.42º42.22%73.53%-
HSV(B)348.42º26.39%84.71%-
XYZ47.9742.343.67-
YUV177.3123.88155.61-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.63%
GREEN value IS 159 (62.5% from 255) = 29.17%
BLUE value IS 170 (66.80% from 255) = 31.19%
R=39.63%
G=29.17%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615917000.260.210.15348.4242.2273.53
HexD89FAA01A15F15c2a4a
Octal330237252032251753452112
Binary1101100010011111101010100110101010111111010111001010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89FAA; }

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

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

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

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

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

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

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

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