#D295C9

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

Shades of Lilac #D295C9

Tints of Lilac #D295C9

Color information

#D295C9 (or 0xD295C9) is unknown color: approx Lilac. HEX triplet: D2, 95 and C9. RGB value is (210,149,201). Sum of RGB (Red+Green+Blue) = 210+149+201=560 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.5% from 560); Green value is 149 (58.59% from 255 or 26.61% from 560); Blue value is 201 (78.91% from 255 or 35.89% from 560); Max value from RGB is 210 - color contains mainly: red. Hex color #D295C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D295C9 is #2D6A36. Grayscale: #ADADAD. Windows color (decimal): -2976311 or 13211090. OLE color: 13211090.

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

Color convert

RGB210149201-
CMYK00.290.040.18
HSL308.85º40.4%70.39%-
HSV(B)308.85º29.05%82.35%-
XYZ47.8739.4160.34-
YUV173.17143.71154.27-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.5%
GREEN value IS 149 (58.59% from 255) = 26.61%
BLUE value IS 201 (78.91% from 255) = 35.89%
R=37.5%
G=26.61%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014920100.290.040.18308.8540.470.39
HexD295C901D4121352846
Octal32222531103542246550106
Binary110100101001010111001001011101100100101001101011010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D295C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D295C9; }

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

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

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

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

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

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

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

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