#D389BF

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

Shades of Lily #D389BF

Tints of Lily #D389BF

Color information

#D389BF (or 0xD389BF) is unknown color: approx Lily. HEX triplet: D3, 89 and BF. RGB value is (211,137,191). Sum of RGB (Red+Green+Blue) = 211+137+191=539 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.15% from 539); Green value is 137 (53.91% from 255 or 25.42% from 539); Blue value is 191 (75% from 255 or 35.44% from 539); Max value from RGB is 211 - color contains mainly: red. Hex color #D389BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D389BF is #2C7640. Grayscale: #A5A5A5. Windows color (decimal): -2913857 or 12552659. OLE color: 12552659.

HSL color Cylindrical-coordinate representation of color #D389BF: hue angle of 316.22º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D389BF is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB211137191-
CMYK00.350.090.17
HSL316.22º45.68%68.24%-
HSV(B)316.22º35.07%82.75%-
XYZ45.2135.553.76-
YUV165.28142.52160.61-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.15%
GREEN value IS 137 (53.91% from 255) = 25.42%
BLUE value IS 191 (75% from 255) = 35.44%
R=39.15%
G=25.42%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21113719100.350.090.17316.2245.6868.24
HexD389BF02391113c2e44
Octal323211277043112147456104
Binary11010011100010011011111101000111001100011001111001011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D389BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D389BF; }

 p { color: rgb(211,137,191); }

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

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

 a { background-color: rgb(211,137,191); }

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

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

 span { border-color: rgb(211,137,191); }

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