#D395C7

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

Shades of Lilac #D395C7

Tints of Lilac #D395C7

Color information

#D395C7 (or 0xD395C7) is unknown color: approx Lilac. HEX triplet: D3, 95 and C7. RGB value is (211,149,199). Sum of RGB (Red+Green+Blue) = 211+149+199=559 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.75% from 559); Green value is 149 (58.59% from 255 or 26.65% from 559); Blue value is 199 (78.12% from 255 or 35.60% from 559); Max value from RGB is 211 - color contains mainly: red. Hex color #D395C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D395C7 is #2C6A38. Grayscale: #ADADAD. Windows color (decimal): -2910777 or 13080019. OLE color: 13080019.

HSL color Cylindrical-coordinate representation of color #D395C7: hue angle of 311.61º 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 #D395C7 is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.17.

Color convert

RGB211149199-
CMYK00.290.060.17
HSL311.61º41.33%70.59%-
HSV(B)311.61º29.38%82.75%-
XYZ47.9239.4759.13-
YUV173.24142.54154.93-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.75%
GREEN value IS 149 (58.59% from 255) = 26.65%
BLUE value IS 199 (78.12% from 255) = 35.60%
R=37.75%
G=26.65%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21114919900.290.060.17311.6141.3370.59
HexD395C701D6111382947
Octal32322530703562147051107
Binary110100111001010111000111011101110100011001110001010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D395C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D395C7; }

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

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

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

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

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

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

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

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