#DA9AA8

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

Shades of Kobi #DA9AA8

Tints of Kobi #DA9AA8

Color information

#DA9AA8 (or 0xDA9AA8) is unknown color: approx Kobi. HEX triplet: DA, 9A and A8. RGB value is (218,154,168). Sum of RGB (Red+Green+Blue) = 218+154+168=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 154 (60.55% from 255 or 28.52% from 540); Blue value is 168 (66.02% from 255 or 31.11% from 540); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9AA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9AA8 is #256557. Grayscale: #AEAEAE. Windows color (decimal): -2450776 or 11049690. OLE color: 11049690.

HSL color Cylindrical-coordinate representation of color #DA9AA8: hue angle of 346.88º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DA9AA8 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB218154168-
CMYK00.290.230.15
HSL346.88º46.38%72.94%-
HSV(B)346.88º29.36%85.49%-
XYZ47.5440.8442.42-
YUV174.73124.2158.86-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.37%
GREEN value IS 154 (60.55% from 255) = 28.52%
BLUE value IS 168 (66.02% from 255) = 31.11%
R=40.37%
G=28.52%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815416800.290.230.15346.8846.3872.94
HexDA9AA801D17F15b2e49
Octal332232250035271753356111
Binary1101101010011010101010000111011011111111010110111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9AA8; }

 p { color: rgb(218,154,168); }

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

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

 a { background-color: rgb(218,154,168); }

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

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

 span { border-color: rgb(218,154,168); }

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