#D59DCB

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

Shades of Lilac #D59DCB

Tints of Lilac #D59DCB

Color information

#D59DCB (or 0xD59DCB) is unknown color: approx Lilac. HEX triplet: D5, 9D and CB. RGB value is (213,157,203). Sum of RGB (Red+Green+Blue) = 213+157+203=573 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.17% from 573); Green value is 157 (61.72% from 255 or 27.40% from 573); Blue value is 203 (79.69% from 255 or 35.43% from 573); Max value from RGB is 213 - color contains mainly: red. Hex color #D59DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59DCB is #2A6234. Grayscale: #B2B2B2. Windows color (decimal): -2777653 or 13344213. OLE color: 13344213.

HSL color Cylindrical-coordinate representation of color #D59DCB: hue angle of 310.71º 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 #D59DCB is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB213157203-
CMYK00.260.050.16
HSL310.71º40%72.55%-
HSV(B)310.71º26.29%83.53%-
XYZ50.2842.5762.07-
YUV178.99141.55152.26-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.17%
GREEN value IS 157 (61.72% from 255) = 27.40%
BLUE value IS 203 (79.69% from 255) = 35.43%
R=37.17%
G=27.40%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315720300.260.050.16310.714072.55
HexD59DCB01A5101372849
Octal32523531303252046750111
Binary110101011001110111001011011010101100001001101111010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59DCB; }

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

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

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

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

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

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

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

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