#DA98CA

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

Shades of Lilac #DA98CA

Tints of Lilac #DA98CA

Color information

#DA98CA (or 0xDA98CA) is unknown color: approx Lilac. HEX triplet: DA, 98 and CA. RGB value is (218,152,202). Sum of RGB (Red+Green+Blue) = 218+152+202=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 152 (59.77% from 255 or 26.57% from 572); Blue value is 202 (79.30% from 255 or 35.31% from 572); Max value from RGB is 218 - color contains mainly: red. Hex color #DA98CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA98CA is #256735. Grayscale: #B1B1B1. Windows color (decimal): -2451254 or 13277402. OLE color: 13277402.

HSL color Cylindrical-coordinate representation of color #DA98CA: hue angle of 314.55º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DA98CA is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB218152202-
CMYK00.300.070.15
HSL314.55º47.14%72.55%-
HSV(B)314.55º30.28%85.49%-
XYZ50.841.6361.23-
YUV177.43141.87156.93-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.11%
GREEN value IS 152 (59.77% from 255) = 26.57%
BLUE value IS 202 (79.30% from 255) = 35.31%
R=38.11%
G=26.57%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815220200.300.070.15314.5547.1472.55
HexDA98CA01E7F13b2f49
Octal33223031203671747357111
Binary11011010100110001100101001111011111111001110111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA98CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA98CA; }

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

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

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

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

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

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

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

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