#D094BA

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

Shades of Lily #D094BA

Tints of Lily #D094BA

Color information

#D094BA (or 0xD094BA) is unknown color: approx Lily. HEX triplet: D0, 94 and BA. RGB value is (208,148,186). Sum of RGB (Red+Green+Blue) = 208+148+186=542 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.38% from 542); Green value is 148 (58.20% from 255 or 27.31% from 542); Blue value is 186 (73.05% from 255 or 34.32% from 542); Max value from RGB is 208 - color contains mainly: red. Hex color #D094BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D094BA is #2F6B45. Grayscale: #AAAAAA. Windows color (decimal): -3107654 or 12227792. OLE color: 12227792.

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

Color convert

RGB208148186-
CMYK00.290.110.18
HSL322º38.96%69.8%-
HSV(B)322º28.85%81.57%-
XYZ45.4738.1351.42-
YUV170.27136.88154.91-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.38%
GREEN value IS 148 (58.20% from 255) = 27.31%
BLUE value IS 186 (73.05% from 255) = 34.32%
R=38.38%
G=27.31%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814818600.290.110.1832238.9669.8
HexD094BA01DB121422746
Octal320224272035132250247106
Binary1101000010010100101110100111011011100101010000101001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D094BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D094BA; }

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

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

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

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

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

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

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

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