#DA80AB

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

Shades of Kobi #DA80AB

Tints of Kobi #DA80AB

Color information

#DA80AB (or 0xDA80AB) is unknown color: approx Kobi. HEX triplet: DA, 80 and AB. RGB value is (218,128,171). Sum of RGB (Red+Green+Blue) = 218+128+171=517 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.17% from 517); Green value is 128 (50.39% from 255 or 24.76% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 218 - color contains mainly: red. Hex color #DA80AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA80AB is #257F54. Grayscale: #9F9F9F. Windows color (decimal): -2457429 or 11239642. OLE color: 11239642.

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

Color convert

RGB218128171-
CMYK00.410.220.15
HSL331.33º54.88%67.84%-
HSV(B)331.33º41.28%85.49%-
XYZ43.9833.2842.63-
YUV159.81134.32169.5-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.17%
GREEN value IS 128 (50.39% from 255) = 24.76%
BLUE value IS 171 (67.19% from 255) = 33.08%
R=42.17%
G=24.76%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812817100.410.220.15331.3354.8867.84
HexDA80AB02916F14b3744
Octal332200253051261751367104
Binary11011010100000001010101101010011011011111010010111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA80AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA80AB; }

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

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

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

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

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

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

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

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