#DA9FAA

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

Shades of Kobi #DA9FAA

Tints of Kobi #DA9FAA

Color information

#DA9FAA (or 0xDA9FAA) is unknown color: approx Kobi. HEX triplet: DA, 9F and AA. RGB value is (218,159,170). Sum of RGB (Red+Green+Blue) = 218+159+170=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 159 (62.5% from 255 or 29.07% from 547); Blue value is 170 (66.80% from 255 or 31.08% from 547); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9FAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9FAA is #256055. Grayscale: #B1B1B1. Windows color (decimal): -2449494 or 11182042. OLE color: 11182042.

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

Color convert

RGB218159170-
CMYK00.270.220.15
HSL348.81º44.36%73.92%-
HSV(B)348.81º27.06%85.49%-
XYZ48.5742.643.69-
YUV177.9123.55156.61-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.85%
GREEN value IS 159 (62.5% from 255) = 29.07%
BLUE value IS 170 (66.80% from 255) = 31.08%
R=39.85%
G=29.07%
B=31.08%

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
Decimal21815917000.270.220.15348.8144.3673.92
HexDA9FAA01B16F15d2c4a
Octal332237252033261753554112
Binary1101101010011111101010100110111011011111010111011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9FAA; }

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

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

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

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

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

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

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

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