#D294CA

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

Shades of Lilac #D294CA

Tints of Lilac #D294CA

Color information

#D294CA (or 0xD294CA) is unknown color: approx Lilac. HEX triplet: D2, 94 and CA. RGB value is (210,148,202). Sum of RGB (Red+Green+Blue) = 210+148+202=560 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.5% from 560); Green value is 148 (58.20% from 255 or 26.43% from 560); Blue value is 202 (79.30% from 255 or 36.07% from 560); Max value from RGB is 210 - color contains mainly: red. Hex color #D294CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D294CA is #2D6B35. Grayscale: #ACACAC. Windows color (decimal): -2976566 or 13276370. OLE color: 13276370.

HSL color Cylindrical-coordinate representation of color #D294CA: hue angle of 307.74º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D294CA is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB210148202-
CMYK00.300.040.18
HSL307.74º40.79%70.2%-
HSV(B)307.74º29.52%82.35%-
XYZ47.8339.1560.91-
YUV172.69144.54154.61-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.5%
GREEN value IS 148 (58.20% from 255) = 26.43%
BLUE value IS 202 (79.30% from 255) = 36.07%
R=37.5%
G=26.43%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014820200.300.040.18307.7440.7970.2
HexD294CA01E4121342946
Octal32222431203642246451106
Binary110100101001010011001010011110100100101001101001010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D294CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D294CA; }

 p { color: rgb(210,148,202); }

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

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

 a { background-color: rgb(210,148,202); }

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

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

 span { border-color: rgb(210,148,202); }

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