#D084BB

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

Shades of Lily #D084BB

Tints of Lily #D084BB

Color information

#D084BB (or 0xD084BB) is unknown color: approx Lily. HEX triplet: D0, 84 and BB. RGB value is (208,132,187). Sum of RGB (Red+Green+Blue) = 208+132+187=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 132 (51.95% from 255 or 25.05% from 527); Blue value is 187 (73.44% from 255 or 35.48% from 527); Max value from RGB is 208 - color contains mainly: red. Hex color #D084BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D084BB is #2F7B44. Grayscale: #A0A0A0. Windows color (decimal): -3111749 or 12289232. OLE color: 12289232.

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

Color convert

RGB208132187-
CMYK00.370.100.18
HSL316.58º44.71%66.67%-
HSV(B)316.58º36.54%81.57%-
XYZ43.2333.551.2-
YUV160.99142.68161.53-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.47%
GREEN value IS 132 (51.95% from 255) = 25.05%
BLUE value IS 187 (73.44% from 255) = 35.48%
R=39.47%
G=25.05%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813218700.370.100.18316.5844.7166.67
HexD084BB025A1213d2d43
Octal320204273045122247555103
Binary11010000100001001011101101001011010100101001111011011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D084BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D084BB; }

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

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

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

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

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

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

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

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