#D084BA

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

Shades of Lily #D084BA

Tints of Lily #D084BA

Color information

#D084BA (or 0xD084BA) is unknown color: approx Lily. HEX triplet: D0, 84 and BA. RGB value is (208,132,186). Sum of RGB (Red+Green+Blue) = 208+132+186=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 132 (51.95% from 255 or 25.10% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 208 - color contains mainly: red. Hex color #D084BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D084BA is #2F7B45. Grayscale: #A0A0A0. Windows color (decimal): -3111750 or 12223696. OLE color: 12223696.

HSL color Cylindrical-coordinate representation of color #D084BA: hue angle of 317.37º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D084BA is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB208132186-
CMYK00.370.110.18
HSL317.37º44.71%66.67%-
HSV(B)317.37º36.54%81.57%-
XYZ43.1333.4650.64-
YUV160.88142.18161.61-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.54%
GREEN value IS 132 (51.95% from 255) = 25.10%
BLUE value IS 186 (73.05% from 255) = 35.36%
R=39.54%
G=25.10%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813218600.370.110.18317.3744.7166.67
HexD084BA025B1213d2d43
Octal320204272045132247555103
Binary11010000100001001011101001001011011100101001111011011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D084BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D084BA; }

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

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

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

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

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

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

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

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