#DA90AE

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

Shades of Kobi #DA90AE

Tints of Kobi #DA90AE

Color information

#DA90AE (or 0xDA90AE) is unknown color: approx Kobi. HEX triplet: DA, 90 and AE. RGB value is (218,144,174). Sum of RGB (Red+Green+Blue) = 218+144+174=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 144 (56.64% from 255 or 26.87% from 536); Blue value is 174 (68.36% from 255 or 32.46% from 536); Max value from RGB is 218 - color contains mainly: red. Hex color #DA90AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA90AE is #256F51. Grayscale: #A9A9A9. Windows color (decimal): -2453330 or 11440346. OLE color: 11440346.

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

Color convert

RGB218144174-
CMYK00.340.200.15
HSL335.68º50%70.98%-
HSV(B)335.68º33.94%85.49%-
XYZ46.5337.9144.91-
YUV169.55130.52162.56-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.67%
GREEN value IS 144 (56.64% from 255) = 26.87%
BLUE value IS 174 (68.36% from 255) = 32.46%
R=40.67%
G=26.87%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814417400.340.200.15335.685070.98
HexDA90AE02214F1503247
Octal332220256042241752062107
Binary11011010100100001010111001000101010011111010100001100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA90AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA90AE; }

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

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

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

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

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

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

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

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