#D891A9

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

Shades of Kobi #D891A9

Tints of Kobi #D891A9

Color information

#D891A9 (or 0xD891A9) is unknown color: approx Kobi. HEX triplet: D8, 91 and A9. RGB value is (216,145,169). Sum of RGB (Red+Green+Blue) = 216+145+169=530 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.75% from 530); Green value is 145 (57.03% from 255 or 27.36% from 530); Blue value is 169 (66.41% from 255 or 31.89% from 530); Max value from RGB is 216 - color contains mainly: red. Hex color #D891A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D891A9 is #276E56. Grayscale: #A8A8A8. Windows color (decimal): -2584151 or 11112920. OLE color: 11112920.

HSL color Cylindrical-coordinate representation of color #D891A9: hue angle of 339.72º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D891A9 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB216145169-
CMYK00.330.220.15
HSL339.72º47.65%70.78%-
HSV(B)339.72º32.87%84.71%-
XYZ45.6137.7142.41-
YUV168.96128.02161.55-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.75%
GREEN value IS 145 (57.03% from 255) = 27.36%
BLUE value IS 169 (66.41% from 255) = 31.89%
R=40.75%
G=27.36%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614516900.330.220.15339.7247.6570.78
HexD891A902116F1543047
Octal330221251041261752460107
Binary11011000100100011010100101000011011011111010101001100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D891A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D891A9; }

 p { color: rgb(216,145,169); }

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

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

 a { background-color: rgb(216,145,169); }

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

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

 span { border-color: rgb(216,145,169); }

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