#DA90AB

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

Shades of Kobi #DA90AB

Tints of Kobi #DA90AB

Color information

#DA90AB (or 0xDA90AB) is unknown color: approx Kobi. HEX triplet: DA, 90 and AB. RGB value is (218,144,171). Sum of RGB (Red+Green+Blue) = 218+144+171=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 144 (56.64% from 255 or 27.02% from 533); Blue value is 171 (67.19% from 255 or 32.08% from 533); Max value from RGB is 218 - color contains mainly: red. Hex color #DA90AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA90AB is #256F54. Grayscale: #A9A9A9. Windows color (decimal): -2453333 or 11243738. OLE color: 11243738.

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

Color convert

RGB218144171-
CMYK00.340.220.15
HSL338.11º50%70.98%-
HSV(B)338.11º33.94%85.49%-
XYZ46.2437.7943.39-
YUV169.2129.02162.8-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.90%
GREEN value IS 144 (56.64% from 255) = 27.02%
BLUE value IS 171 (67.19% from 255) = 32.08%
R=40.90%
G=27.02%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814417100.340.220.15338.115070.98
HexDA90AB02216F1523247
Octal332220253042261752262107
Binary11011010100100001010101101000101011011111010100101100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA90AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA90AB; }

 p { color: rgb(218,144,171); }

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

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

 a { background-color: rgb(218,144,171); }

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

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

 span { border-color: rgb(218,144,171); }

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