#DA97AB

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

Shades of Kobi #DA97AB

Tints of Kobi #DA97AB

Color information

#DA97AB (or 0xDA97AB) is unknown color: approx Kobi. HEX triplet: DA, 97 and AB. RGB value is (218,151,171). Sum of RGB (Red+Green+Blue) = 218+151+171=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 151 (59.38% from 255 or 27.96% from 540); Blue value is 171 (67.19% from 255 or 31.67% from 540); Max value from RGB is 218 - color contains mainly: red. Hex color #DA97AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA97AB is #256854. Grayscale: #ADADAD. Windows color (decimal): -2451541 or 11245530. OLE color: 11245530.

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

Color convert

RGB218151171-
CMYK00.310.220.15
HSL342.09º47.52%72.35%-
HSV(B)342.09º30.73%85.49%-
XYZ47.3339.9843.75-
YUV173.31126.7159.87-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.37%
GREEN value IS 151 (59.38% from 255) = 27.96%
BLUE value IS 171 (67.19% from 255) = 31.67%
R=40.37%
G=27.96%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815117100.310.220.15342.0947.5272.35
HexDA97AB01F16F1563048
Octal332227253037261752660110
Binary1101101010010111101010110111111011011111010101101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA97AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA97AB; }

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

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

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

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

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

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

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

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