#D093B5

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

Shades of Lily #D093B5

Tints of Lily #D093B5

Color information

#D093B5 (or 0xD093B5) is unknown color: approx Lily. HEX triplet: D0, 93 and B5. RGB value is (208,147,181). Sum of RGB (Red+Green+Blue) = 208+147+181=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 147 (57.81% from 255 or 27.43% from 536); Blue value is 181 (71.09% from 255 or 33.77% from 536); Max value from RGB is 208 - color contains mainly: red. Hex color #D093B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D093B5 is #2F6C4A. Grayscale: #A9A9A9. Windows color (decimal): -3107915 or 11899856. OLE color: 11899856.

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

Color convert

RGB208147181-
CMYK00.290.130.18
HSL326.56º39.35%69.61%-
HSV(B)326.56º29.33%81.57%-
XYZ44.7937.6148.62-
YUV169.12134.71155.74-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.81%
GREEN value IS 147 (57.81% from 255) = 27.43%
BLUE value IS 181 (71.09% from 255) = 33.77%
R=38.81%
G=27.43%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814718100.290.130.18326.5639.3569.61
HexD093B501DD121472746
Octal320223265035152250747106
Binary1101000010010011101101010111011101100101010001111001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D093B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D093B5; }

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

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

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

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

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

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

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

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