#D993CA

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

Shades of Lilac #D993CA

Tints of Lilac #D993CA

Color information

#D993CA (or 0xD993CA) is unknown color: approx Lilac. HEX triplet: D9, 93 and CA. RGB value is (217,147,202). Sum of RGB (Red+Green+Blue) = 217+147+202=566 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.34% from 566); Green value is 147 (57.81% from 255 or 25.97% from 566); Blue value is 202 (79.30% from 255 or 35.69% from 566); Max value from RGB is 217 - color contains mainly: red. Hex color #D993CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D993CA is #266C35. Grayscale: #AEAEAE. Windows color (decimal): -2518070 or 13276121. OLE color: 13276121.

HSL color Cylindrical-coordinate representation of color #D993CA: hue angle of 312.86º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D993CA is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB217147202-
CMYK00.320.070.15
HSL312.86º47.95%71.37%-
HSV(B)312.86º32.26%85.1%-
XYZ49.7139.8860.96-
YUV174.2143.69158.53-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.34%
GREEN value IS 147 (57.81% from 255) = 25.97%
BLUE value IS 202 (79.30% from 255) = 35.69%
R=38.34%
G=25.97%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714720200.320.070.15312.8647.9571.37
HexD993CA0207F1393047
Octal33122331204071747160107
Binary110110011001001111001010010000011111111001110011100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D993CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D993CA; }

 p { color: rgb(217,147,202); }

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

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

 a { background-color: rgb(217,147,202); }

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

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

 span { border-color: rgb(217,147,202); }

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