#DA97AC

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

Shades of Kobi #DA97AC

Tints of Kobi #DA97AC

Color information

#DA97AC (or 0xDA97AC) is unknown color: approx Kobi. HEX triplet: DA, 97 and AC. RGB value is (218,151,172). Sum of RGB (Red+Green+Blue) = 218+151+172=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 151 (59.38% from 255 or 27.91% from 541); Blue value is 172 (67.58% from 255 or 31.79% from 541); Max value from RGB is 218 - color contains mainly: red. Hex color #DA97AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA97AC is #256853. Grayscale: #ADADAD. Windows color (decimal): -2451540 or 11311066. OLE color: 11311066.

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

Color convert

RGB218151172-
CMYK00.310.210.15
HSL341.19º47.52%72.35%-
HSV(B)341.19º30.73%85.49%-
XYZ47.4340.0244.25-
YUV173.43127.2159.79-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.30%
GREEN value IS 151 (59.38% from 255) = 27.91%
BLUE value IS 172 (67.58% from 255) = 31.79%
R=40.30%
G=27.91%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815117200.310.210.15341.1947.5272.35
HexDA97AC01F15F1553048
Octal332227254037251752560110
Binary1101101010010111101011000111111010111111010101011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA97AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA97AC; }

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

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

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

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

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

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

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

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