#D295CA

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

Shades of Lilac #D295CA

Tints of Lilac #D295CA

Color information

#D295CA (or 0xD295CA) is unknown color: approx Lilac. HEX triplet: D2, 95 and CA. RGB value is (210,149,202). Sum of RGB (Red+Green+Blue) = 210+149+202=561 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.43% from 561); Green value is 149 (58.59% from 255 or 26.56% from 561); Blue value is 202 (79.30% from 255 or 36.01% from 561); Max value from RGB is 210 - color contains mainly: red. Hex color #D295CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D295CA is #2D6A35. Grayscale: #ADADAD. Windows color (decimal): -2976310 or 13276626. OLE color: 13276626.

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

Color convert

RGB210149202-
CMYK00.290.040.18
HSL307.87º40.4%70.39%-
HSV(B)307.87º29.05%82.35%-
XYZ47.9939.4660.96-
YUV173.28144.21154.19-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.43%
GREEN value IS 149 (58.59% from 255) = 26.56%
BLUE value IS 202 (79.30% from 255) = 36.01%
R=37.43%
G=26.56%
B=36.01%

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
Decimal21014920200.290.040.18307.8740.470.39
HexD295CA01D4121342846
Octal32222531203542246450106
Binary110100101001010111001010011101100100101001101001010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D295CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D295CA; }

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

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

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

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

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

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

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

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