#DA80AE

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

Shades of Kobi #DA80AE

Tints of Kobi #DA80AE

Color information

#DA80AE (or 0xDA80AE) is unknown color: approx Kobi. HEX triplet: DA, 80 and AE. RGB value is (218,128,174). Sum of RGB (Red+Green+Blue) = 218+128+174=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 128 (50.39% from 255 or 24.62% from 520); Blue value is 174 (68.36% from 255 or 33.46% from 520); Max value from RGB is 218 - color contains mainly: red. Hex color #DA80AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA80AE is #257F51. Grayscale: #A0A0A0. Windows color (decimal): -2457426 or 11436250. OLE color: 11436250.

HSL color Cylindrical-coordinate representation of color #DA80AE: hue angle of 329.33º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DA80AE is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB218128174-
CMYK00.410.200.15
HSL329.33º54.88%67.84%-
HSV(B)329.33º41.28%85.49%-
XYZ44.2733.444.16-
YUV160.15135.82169.26-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.92%
GREEN value IS 128 (50.39% from 255) = 24.62%
BLUE value IS 174 (68.36% from 255) = 33.46%
R=41.92%
G=24.62%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812817400.410.200.15329.3354.8867.84
HexDA80AE02914F1493744
Octal332200256051241751167104
Binary11011010100000001010111001010011010011111010010011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA80AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA80AE; }

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

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

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

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

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

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

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

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