#D093CC

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

Shades of Lilac #D093CC

Tints of Lilac #D093CC

Color information

#D093CC (or 0xD093CC) is unknown color: approx Lilac. HEX triplet: D0, 93 and CC. RGB value is (208,147,204). Sum of RGB (Red+Green+Blue) = 208+147+204=559 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.21% from 559); Green value is 147 (57.81% from 255 or 26.30% from 559); Blue value is 204 (80.08% from 255 or 36.49% from 559); Max value from RGB is 208 - color contains mainly: red. Hex color #D093CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D093CC is #2F6C33. Grayscale: #ABABAB. Windows color (decimal): -3107892 or 13407184. OLE color: 13407184.

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

Color convert

RGB208147204-
CMYK00.290.020.18
HSL303.93º39.35%69.61%-
HSV(B)303.93º29.33%81.57%-
XYZ47.3538.6462.09-
YUV171.74146.21153.87-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.21%
GREEN value IS 147 (57.81% from 255) = 26.30%
BLUE value IS 204 (80.08% from 255) = 36.49%
R=37.21%
G=26.30%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814720400.290.020.18303.9339.3569.61
HexD093CC01D2121302746
Octal32022331403522246047106
Binary11010000100100111100110001110110100101001100001001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D093CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D093CC; }

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

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

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

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

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

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

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

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