#DA8BA9

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

Shades of Kobi #DA8BA9

Tints of Kobi #DA8BA9

Color information

#DA8BA9 (or 0xDA8BA9) is unknown color: approx Kobi. HEX triplet: DA, 8B and A9. RGB value is (218,139,169). Sum of RGB (Red+Green+Blue) = 218+139+169=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 139 (54.69% from 255 or 26.43% from 526); Blue value is 169 (66.41% from 255 or 32.13% from 526); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8BA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8BA9 is #257456. Grayscale: #A5A5A5. Windows color (decimal): -2454615 or 11111386. OLE color: 11111386.

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

Color convert

RGB218139169-
CMYK00.360.220.15
HSL337.22º51.63%70%-
HSV(B)337.22º36.24%85.49%-
XYZ45.3136.2442.14-
YUV166.04129.67165.06-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.44%
GREEN value IS 139 (54.69% from 255) = 26.43%
BLUE value IS 169 (66.41% from 255) = 32.13%
R=41.44%
G=26.43%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813916900.360.220.15337.2251.6370
HexDA8BA902416F1513446
Octal332213251044261752164106
Binary11011010100010111010100101001001011011111010100011101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8BA9; }

 p { color: rgb(218,139,169); }

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

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

 a { background-color: rgb(218,139,169); }

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

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

 span { border-color: rgb(218,139,169); }

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