#D295C5

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

Shades of Lilac #D295C5

Tints of Lilac #D295C5

Color information

#D295C5 (or 0xD295C5) is unknown color: approx Lilac. HEX triplet: D2, 95 and C5. RGB value is (210,149,197). Sum of RGB (Red+Green+Blue) = 210+149+197=556 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.77% from 556); Green value is 149 (58.59% from 255 or 26.80% from 556); Blue value is 197 (77.34% from 255 or 35.43% from 556); Max value from RGB is 210 - color contains mainly: red. Hex color #D295C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D295C5 is #2D6A3A. Grayscale: #ACACAC. Windows color (decimal): -2976315 or 12948946. OLE color: 12948946.

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

Color convert

RGB210149197-
CMYK00.290.060.18
HSL312.79º40.4%70.39%-
HSV(B)312.79º29.05%82.35%-
XYZ47.439.2357.9-
YUV172.71141.71154.6-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.77%
GREEN value IS 149 (58.59% from 255) = 26.80%
BLUE value IS 197 (77.34% from 255) = 35.43%
R=37.77%
G=26.80%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014919700.290.060.18312.7940.470.39
HexD295C501D6121392846
Octal32222530503562247150106
Binary110100101001010111000101011101110100101001110011010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D295C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D295C5; }

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

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

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

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

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

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

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

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