#D093B8

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

Shades of Lily #D093B8

Tints of Lily #D093B8

Color information

#D093B8 (or 0xD093B8) is unknown color: approx Lily. HEX triplet: D0, 93 and B8. RGB value is (208,147,184). Sum of RGB (Red+Green+Blue) = 208+147+184=539 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.59% from 539); Green value is 147 (57.81% from 255 or 27.27% from 539); Blue value is 184 (72.27% from 255 or 34.14% from 539); Max value from RGB is 208 - color contains mainly: red. Hex color #D093B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D093B8 is #2F6C47. Grayscale: #A9A9A9. Windows color (decimal): -3107912 or 12096464. OLE color: 12096464.

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

Color convert

RGB208147184-
CMYK00.290.120.18
HSL323.61º39.35%69.61%-
HSV(B)323.61º29.33%81.57%-
XYZ45.137.7450.25-
YUV169.46136.21155.49-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.59%
GREEN value IS 147 (57.81% from 255) = 27.27%
BLUE value IS 184 (72.27% from 255) = 34.14%
R=38.59%
G=27.27%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814718400.290.120.18323.6139.3569.61
HexD093B801DC121442746
Octal320223270035142250447106
Binary1101000010010011101110000111011100100101010001001001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D093B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D093B8; }

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

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

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

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

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

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

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

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