#D084B0

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

Shades of Lily #D084B0

Tints of Lily #D084B0

Color information

#D084B0 (or 0xD084B0) is unknown color: approx Lily. HEX triplet: D0, 84 and B0. RGB value is (208,132,176). Sum of RGB (Red+Green+Blue) = 208+132+176=516 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.31% from 516); Green value is 132 (51.95% from 255 or 25.58% from 516); Blue value is 176 (69.14% from 255 or 34.11% from 516); Max value from RGB is 208 - color contains mainly: red. Hex color #D084B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D084B0 is #2F7B4F. Grayscale: #9F9F9F. Windows color (decimal): -3111760 or 11568336. OLE color: 11568336.

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

Color convert

RGB208132176-
CMYK00.370.150.18
HSL325.26º44.71%66.67%-
HSV(B)325.26º36.54%81.57%-
XYZ42.133.0545.23-
YUV159.74137.18162.42-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.31%
GREEN value IS 132 (51.95% from 255) = 25.58%
BLUE value IS 176 (69.14% from 255) = 34.11%
R=40.31%
G=25.58%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813217600.370.150.18325.2644.7166.67
HexD084B0025F121452d43
Octal320204260045172250555103
Binary11010000100001001011000001001011111100101010001011011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D084B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D084B0; }

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

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

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

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

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

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

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

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