#D39BC1

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

Shades of Lily #D39BC1

Tints of Lily #D39BC1

Color information

#D39BC1 (or 0xD39BC1) is unknown color: approx Lily. HEX triplet: D3, 9B and C1. RGB value is (211,155,193). Sum of RGB (Red+Green+Blue) = 211+155+193=559 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.75% from 559); Green value is 155 (60.94% from 255 or 27.73% from 559); Blue value is 193 (75.78% from 255 or 34.53% from 559); Max value from RGB is 211 - color contains mainly: red. Hex color #D39BC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39BC1 is #2C643E. Grayscale: #AFAFAF. Windows color (decimal): -2909247 or 12688339. OLE color: 12688339.

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

Color convert

RGB211155193-
CMYK00.270.090.17
HSL319.29º38.89%71.76%-
HSV(B)319.29º26.54%82.75%-
XYZ48.2141.1455.85-
YUV176.08137.55152.91-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.75%
GREEN value IS 155 (60.94% from 255) = 27.73%
BLUE value IS 193 (75.78% from 255) = 34.53%
R=37.75%
G=27.73%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21115519300.270.090.17319.2938.8971.76
HexD39BC101B91113f2748
Octal323233301033112147747110
Binary1101001110011011110000010110111001100011001111111001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39BC1; }

 p { color: rgb(211,155,193); }

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

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

 a { background-color: rgb(211,155,193); }

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

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

 span { border-color: rgb(211,155,193); }

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