#D395D0

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

Shades of Lilac #D395D0

Tints of Lilac #D395D0

Color information

#D395D0 (or 0xD395D0) is unknown color: approx Lilac. HEX triplet: D3, 95 and D0. RGB value is (211,149,208). Sum of RGB (Red+Green+Blue) = 211+149+208=568 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.15% from 568); Green value is 149 (58.59% from 255 or 26.23% from 568); Blue value is 208 (81.64% from 255 or 36.62% from 568); Max value from RGB is 211 - color contains mainly: red. Hex color #D395D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D395D0 is #2C6A2F. Grayscale: #AEAEAE. Windows color (decimal): -2910768 or 13669843. OLE color: 13669843.

HSL color Cylindrical-coordinate representation of color #D395D0: hue angle of 302.9º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D395D0 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.17.

Color convert

RGB211149208-
CMYK00.290.010.17
HSL302.9º41.33%70.59%-
HSV(B)302.9º29.38%82.75%-
XYZ4939.964.79-
YUV174.26147.04154.2-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.15%
GREEN value IS 149 (58.59% from 255) = 26.23%
BLUE value IS 208 (81.64% from 255) = 36.62%
R=37.15%
G=26.23%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21114920800.290.010.17302.941.3370.59
HexD395D001D11112f2947
Octal32322532003512145751107
Binary1101001110010101110100000111011100011001011111010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D395D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D395D0; }

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

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

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

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

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

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

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

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