#D093CF

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

Shades of Lilac #D093CF

Tints of Lilac #D093CF

Color information

#D093CF (or 0xD093CF) is unknown color: approx Lilac. HEX triplet: D0, 93 and CF. RGB value is (208,147,207). Sum of RGB (Red+Green+Blue) = 208+147+207=562 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.01% from 562); Green value is 147 (57.81% from 255 or 26.16% from 562); Blue value is 207 (81.25% from 255 or 36.83% from 562); Max value from RGB is 208 - color contains mainly: red. Hex color #D093CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D093CF is #2F6C30. Grayscale: #ABABAB. Windows color (decimal): -3107889 or 13603792. OLE color: 13603792.

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

Color convert

RGB208147207-
CMYK00.290.000.18
HSL300.98º39.35%69.61%-
HSV(B)300.98º29.33%81.57%-
XYZ47.7138.7864-
YUV172.08147.71153.62-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.01%
GREEN value IS 147 (57.81% from 255) = 26.16%
BLUE value IS 207 (81.25% from 255) = 36.83%
R=37.01%
G=26.16%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814720700.290.000.18300.9839.3569.61
HexD093CF01D01212d2746
Octal32022331703502245547106
Binary1101000010010011110011110111010100101001011011001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D093CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D093CF; }

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

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

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

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

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

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

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

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