#DA97CA

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

Shades of Lilac #DA97CA

Tints of Lilac #DA97CA

Color information

#DA97CA (or 0xDA97CA) is unknown color: approx Lilac. HEX triplet: DA, 97 and CA. RGB value is (218,151,202). Sum of RGB (Red+Green+Blue) = 218+151+202=571 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.18% from 571); Green value is 151 (59.38% from 255 or 26.44% from 571); Blue value is 202 (79.30% from 255 or 35.38% from 571); Max value from RGB is 218 - color contains mainly: red. Hex color #DA97CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA97CA is #256835. Grayscale: #B0B0B0. Windows color (decimal): -2451510 or 13277146. OLE color: 13277146.

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

Color convert

RGB218151202-
CMYK00.310.070.15
HSL314.33º47.52%72.35%-
HSV(B)314.33º30.73%85.49%-
XYZ50.6441.361.18-
YUV176.85142.2157.35-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.18%
GREEN value IS 151 (59.38% from 255) = 26.44%
BLUE value IS 202 (79.30% from 255) = 35.38%
R=38.18%
G=26.44%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815120200.310.070.15314.3347.5272.35
HexDA97CA01F7F13a3048
Octal33222731203771747260110
Binary11011010100101111100101001111111111111001110101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA97CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA97CA; }

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

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

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

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

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

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

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

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