#D093CD

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

Shades of Lilac #D093CD

Tints of Lilac #D093CD

Color information

#D093CD (or 0xD093CD) is unknown color: approx Lilac. HEX triplet: D0, 93 and CD. RGB value is (208,147,205). Sum of RGB (Red+Green+Blue) = 208+147+205=560 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.14% from 560); Green value is 147 (57.81% from 255 or 26.25% from 560); Blue value is 205 (80.47% from 255 or 36.61% from 560); Max value from RGB is 208 - color contains mainly: red. Hex color #D093CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D093CD is #2F6C32. Grayscale: #ABABAB. Windows color (decimal): -3107891 or 13472720. OLE color: 13472720.

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

Color convert

RGB208147205-
CMYK00.290.010.18
HSL302.95º39.35%69.61%-
HSV(B)302.95º29.33%81.57%-
XYZ47.4738.6962.72-
YUV171.85146.71153.78-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.14%
GREEN value IS 147 (57.81% from 255) = 26.25%
BLUE value IS 205 (80.47% from 255) = 36.61%
R=37.14%
G=26.25%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814720500.290.010.18302.9539.3569.61
HexD093CD01D11212f2746
Octal32022331503512245747106
Binary1101000010010011110011010111011100101001011111001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D093CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D093CD; }

 p { color: rgb(208,147,205); }

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

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

 a { background-color: rgb(208,147,205); }

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

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

 span { border-color: rgb(208,147,205); }

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