#D094BC

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

Shades of Lily #D094BC

Tints of Lily #D094BC

Color information

#D094BC (or 0xD094BC) is unknown color: approx Lily. HEX triplet: D0, 94 and BC. RGB value is (208,148,188). Sum of RGB (Red+Green+Blue) = 208+148+188=544 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.24% from 544); Green value is 148 (58.20% from 255 or 27.21% from 544); Blue value is 188 (73.83% from 255 or 34.56% from 544); Max value from RGB is 208 - color contains mainly: red. Hex color #D094BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D094BC is #2F6B43. Grayscale: #AAAAAA. Windows color (decimal): -3107652 or 12358864. OLE color: 12358864.

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

Color convert

RGB208148188-
CMYK00.290.100.18
HSL320º38.96%69.8%-
HSV(B)320º28.85%81.57%-
XYZ45.6838.2252.55-
YUV170.5137.88154.75-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.24%
GREEN value IS 148 (58.20% from 255) = 27.21%
BLUE value IS 188 (73.83% from 255) = 34.56%
R=38.24%
G=27.21%
B=34.56%

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
Decimal20814818800.290.100.1832038.9669.8
HexD094BC01DA121402746
Octal320224274035122250047106
Binary1101000010010100101111000111011010100101010000001001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D094BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D094BC; }

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

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

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

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

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

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

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

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