#D59DCF

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

Shades of Lilac #D59DCF

Tints of Lilac #D59DCF

Color information

#D59DCF (or 0xD59DCF) is unknown color: approx Lilac. HEX triplet: D5, 9D and CF. RGB value is (213,157,207). Sum of RGB (Red+Green+Blue) = 213+157+207=577 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.92% from 577); Green value is 157 (61.72% from 255 or 27.21% from 577); Blue value is 207 (81.25% from 255 or 35.88% from 577); Max value from RGB is 213 - color contains mainly: red. Hex color #D59DCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59DCF is #2A6230. Grayscale: #B3B3B3. Windows color (decimal): -2777649 or 13606357. OLE color: 13606357.

HSL color Cylindrical-coordinate representation of color #D59DCF: hue angle of 306.43º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D59DCF is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB213157207-
CMYK00.260.030.16
HSL306.43º40%72.55%-
HSV(B)306.43º26.29%83.53%-
XYZ50.7642.7764.61-
YUV179.44143.55151.93-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.92%
GREEN value IS 157 (61.72% from 255) = 27.21%
BLUE value IS 207 (81.25% from 255) = 35.88%
R=36.92%
G=27.21%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315720700.260.030.16306.434072.55
HexD59DCF01A3101322849
Octal32523531703232046250111
Binary11010101100111011100111101101011100001001100101010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59DCF; }

 p { color: rgb(213,157,207); }

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

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

 a { background-color: rgb(213,157,207); }

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

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

 span { border-color: rgb(213,157,207); }

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