#D17FB2

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

Shades of Lily #D17FB2

Tints of Lily #D17FB2

Color information

#D17FB2 (or 0xD17FB2) is unknown color: approx Lily. HEX triplet: D1, 7F and B2. RGB value is (209,127,178). Sum of RGB (Red+Green+Blue) = 209+127+178=514 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.66% from 514); Green value is 127 (50% from 255 or 24.71% from 514); Blue value is 178 (69.92% from 255 or 34.63% from 514); Max value from RGB is 209 - color contains mainly: red. Hex color #D17FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17FB2 is #2E804D. Grayscale: #9D9D9D. Windows color (decimal): -3047502 or 11698129. OLE color: 11698129.

HSL color Cylindrical-coordinate representation of color #D17FB2: hue angle of 322.68º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D17FB2 is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB209127178-
CMYK00.390.150.18
HSL322.68º47.13%65.88%-
HSV(B)322.68º39.23%81.96%-
XYZ41.9231.9546.08-
YUV157.33139.67164.85-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.66%
GREEN value IS 127 (50% from 255) = 24.71%
BLUE value IS 178 (69.92% from 255) = 34.63%
R=40.66%
G=24.71%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912717800.390.150.18322.6847.1365.88
HexD17FB2027F121432f42
Octal321177262047172250357102
Binary1101000111111111011001001001111111100101010000111011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17FB2; }

 p { color: rgb(209,127,178); }

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

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

 a { background-color: rgb(209,127,178); }

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

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

 span { border-color: rgb(209,127,178); }

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