#D59FCF

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

Shades of Lilac #D59FCF

Tints of Lilac #D59FCF

Color information

#D59FCF (or 0xD59FCF) is unknown color: approx Lilac. HEX triplet: D5, 9F and CF. RGB value is (213,159,207). Sum of RGB (Red+Green+Blue) = 213+159+207=579 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.79% from 579); Green value is 159 (62.5% from 255 or 27.46% from 579); Blue value is 207 (81.25% from 255 or 35.75% from 579); Max value from RGB is 213 - color contains mainly: red. Hex color #D59FCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59FCF is #2A6030. Grayscale: #B4B4B4. Windows color (decimal): -2777137 or 13606869. OLE color: 13606869.

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

Color convert

RGB213159207-
CMYK00.250.030.16
HSL306.67º39.13%72.94%-
HSV(B)306.67º25.35%83.53%-
XYZ51.143.4564.72-
YUV180.62142.89151.1-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.79%
GREEN value IS 159 (62.5% from 255) = 27.46%
BLUE value IS 207 (81.25% from 255) = 35.75%
R=36.79%
G=27.46%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315920700.250.030.16306.6739.1372.94
HexD59FCF0193101332749
Octal32523731703132046347111
Binary11010101100111111100111101100111100001001100111001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59FCF; }

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

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

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

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

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

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

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

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