#D295CD

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

Shades of Lilac #D295CD

Tints of Lilac #D295CD

Color information

#D295CD (or 0xD295CD) is unknown color: approx Lilac. HEX triplet: D2, 95 and CD. RGB value is (210,149,205). Sum of RGB (Red+Green+Blue) = 210+149+205=564 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.23% from 564); Green value is 149 (58.59% from 255 or 26.42% from 564); Blue value is 205 (80.47% from 255 or 36.35% from 564); Max value from RGB is 210 - color contains mainly: red. Hex color #D295CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D295CD is #2D6A32. Grayscale: #ADADAD. Windows color (decimal): -2976307 or 13473234. OLE color: 13473234.

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

Color convert

RGB210149205-
CMYK00.290.020.18
HSL304.92º40.4%70.39%-
HSV(B)304.92º29.05%82.35%-
XYZ48.3539.662.85-
YUV173.62145.71153.95-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.23%
GREEN value IS 149 (58.59% from 255) = 26.42%
BLUE value IS 205 (80.47% from 255) = 36.35%
R=37.23%
G=26.42%
B=36.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014920500.290.020.18304.9240.470.39
HexD295CD01D2121312846
Octal32222531503522246150106
Binary11010010100101011100110101110110100101001100011010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D295CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D295CD; }

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

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

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

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

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

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

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

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