#D295CF

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

Shades of Lilac #D295CF

Tints of Lilac #D295CF

Color information

#D295CF (or 0xD295CF) is unknown color: approx Lilac. HEX triplet: D2, 95 and CF. RGB value is (210,149,207). Sum of RGB (Red+Green+Blue) = 210+149+207=566 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.10% from 566); Green value is 149 (58.59% from 255 or 26.33% from 566); Blue value is 207 (81.25% from 255 or 36.57% from 566); Max value from RGB is 210 - color contains mainly: red. Hex color #D295CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D295CF is #2D6A30. Grayscale: #ADADAD. Windows color (decimal): -2976305 or 13604306. OLE color: 13604306.

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

Color convert

RGB210149207-
CMYK00.290.010.18
HSL302.95º40.4%70.39%-
HSV(B)302.95º29.05%82.35%-
XYZ48.5939.764.13-
YUV173.85146.71153.78-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.10%
GREEN value IS 149 (58.59% from 255) = 26.33%
BLUE value IS 207 (81.25% from 255) = 36.57%
R=37.10%
G=26.33%
B=36.57%

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
Decimal21014920700.290.010.18302.9540.470.39
HexD295CF01D11212f2846
Octal32222531703512245750106
Binary1101001010010101110011110111011100101001011111010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D295CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D295CF; }

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

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

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

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

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

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

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

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