#D094BB

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

Shades of Lily #D094BB

Tints of Lily #D094BB

Color information

#D094BB (or 0xD094BB) is unknown color: approx Lily. HEX triplet: D0, 94 and BB. RGB value is (208,148,187). Sum of RGB (Red+Green+Blue) = 208+148+187=543 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.31% from 543); Green value is 148 (58.20% from 255 or 27.26% from 543); Blue value is 187 (73.44% from 255 or 34.44% from 543); Max value from RGB is 208 - color contains mainly: red. Hex color #D094BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D094BB is #2F6B44. Grayscale: #AAAAAA. Windows color (decimal): -3107653 or 12293328. OLE color: 12293328.

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

Color convert

RGB208148187-
CMYK00.290.100.18
HSL321º38.96%69.8%-
HSV(B)321º28.85%81.57%-
XYZ45.5738.1851.98-
YUV170.39137.38154.83-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.31%
GREEN value IS 148 (58.20% from 255) = 27.26%
BLUE value IS 187 (73.44% from 255) = 34.44%
R=38.31%
G=27.26%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814818700.290.100.1832138.9669.8
HexD094BB01DA121412746
Octal320224273035122250147106
Binary1101000010010100101110110111011010100101010000011001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D094BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D094BB; }

 p { color: rgb(208,148,187); }

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

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

 a { background-color: rgb(208,148,187); }

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

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

 span { border-color: rgb(208,148,187); }

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