#D093C0

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

Shades of Lily #D093C0

Tints of Lily #D093C0

Color information

#D093C0 (or 0xD093C0) is unknown color: approx Lily. HEX triplet: D0, 93 and C0. RGB value is (208,147,192). Sum of RGB (Red+Green+Blue) = 208+147+192=547 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.03% from 547); Green value is 147 (57.81% from 255 or 26.87% from 547); Blue value is 192 (75.39% from 255 or 35.10% from 547); Max value from RGB is 208 - color contains mainly: red. Hex color #D093C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D093C0 is #2F6C3F. Grayscale: #AAAAAA. Windows color (decimal): -3107904 or 12620752. OLE color: 12620752.

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

Color convert

RGB208147192-
CMYK00.290.080.18
HSL315.74º39.35%69.61%-
HSV(B)315.74º29.33%81.57%-
XYZ45.9638.0854.8-
YUV170.37140.21154.84-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.03%
GREEN value IS 147 (57.81% from 255) = 26.87%
BLUE value IS 192 (75.39% from 255) = 35.10%
R=38.03%
G=26.87%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814719200.290.080.18315.7439.3569.61
HexD093C001D81213c2746
Octal320223300035102247447106
Binary1101000010010011110000000111011000100101001111001001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D093C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D093C0; }

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

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

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

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

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

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

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

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