#D295D0

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

Shades of Lilac #D295D0

Tints of Lilac #D295D0

Color information

#D295D0 (or 0xD295D0) is unknown color: approx Lilac. HEX triplet: D2, 95 and D0. RGB value is (210,149,208). Sum of RGB (Red+Green+Blue) = 210+149+208=567 (75% of max value = 765). Red value is 210 (82.42% from 255 or 37.04% from 567); Green value is 149 (58.59% from 255 or 26.28% from 567); Blue value is 208 (81.64% from 255 or 36.68% from 567); Max value from RGB is 210 - color contains mainly: red. Hex color #D295D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D295D0 is #2D6A2F. Grayscale: #ADADAD. Windows color (decimal): -2976304 or 13669842. OLE color: 13669842.

HSL color Cylindrical-coordinate representation of color #D295D0: hue angle of 301.97º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D295D0 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB210149208-
CMYK00.290.010.18
HSL301.97º40.4%70.39%-
HSV(B)301.97º29.05%82.35%-
XYZ48.7139.7564.78-
YUV173.96147.21153.7-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.04%
GREEN value IS 149 (58.59% from 255) = 26.28%
BLUE value IS 208 (81.64% from 255) = 36.68%
R=37.04%
G=26.28%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014920800.290.010.18301.9740.470.39
HexD295D001D11212e2846
Octal32222532003512245650106
Binary1101001010010101110100000111011100101001011101010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D295D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D295D0; }

 p { color: rgb(210,149,208); }

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

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

 a { background-color: rgb(210,149,208); }

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

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

 span { border-color: rgb(210,149,208); }

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