#DA9FA9

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

Shades of Kobi #DA9FA9

Tints of Kobi #DA9FA9

Color information

#DA9FA9 (or 0xDA9FA9) is unknown color: approx Kobi. HEX triplet: DA, 9F and A9. RGB value is (218,159,169). Sum of RGB (Red+Green+Blue) = 218+159+169=546 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.93% from 546); Green value is 159 (62.5% from 255 or 29.12% from 546); Blue value is 169 (66.41% from 255 or 30.95% from 546); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9FA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9FA9 is #256056. Grayscale: #B1B1B1. Windows color (decimal): -2449495 or 11116506. OLE color: 11116506.

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

Color convert

RGB218159169-
CMYK00.270.220.15
HSL349.83º44.36%73.92%-
HSV(B)349.83º27.06%85.49%-
XYZ48.4742.5743.2-
YUV177.78123.05156.69-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.93%
GREEN value IS 159 (62.5% from 255) = 29.12%
BLUE value IS 169 (66.41% from 255) = 30.95%
R=39.93%
G=29.12%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815916900.270.220.15349.8344.3673.92
HexDA9FA901B16F15e2c4a
Octal332237251033261753654112
Binary1101101010011111101010010110111011011111010111101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9FA9; }

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

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

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

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

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

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

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

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