#d393bf

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

Shades of Lily #D393BF

Tints of Lily #D393BF

Color information

#D393BF (or 0xD393BF) is unknown color: approx Lily. HEX triplet: D3, 93 and BF. RGB value is (211,147,191). Sum of RGB (Red+Green+Blue) = 211+147+191=549 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.43% from 549); Green value is 147 (57.81% from 255 or 26.78% from 549); Blue value is 191 (75% from 255 or 34.79% from 549); Max value from RGB is 211 - color contains mainly: red. Hex color #D393BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D393BF is #2C6C40. Grayscale: #ABABAB. Windows color (decimal): -2911297 or 12555219. OLE color: 12555219.

HSL color Cylindrical-coordinate representation of color #D393BF: hue angle of 318.75º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D393BF is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB211147191-
CMYK00.300.090.17
HSL318.75º42.11%70.2%-
HSV(B)318.75º30.33%82.75%-
XYZ46.738.4854.26-
YUV171.15139.2156.42-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.43%
GREEN value IS 147 (57.81% from 255) = 26.78%
BLUE value IS 191 (75% from 255) = 34.79%
R=38.43%
G=26.78%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21114719100.300.090.17318.7542.1170.2
HexD393BF01E91113f2a46
Octal323223277036112147752106
Binary1101001110010011101111110111101001100011001111111010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d393bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d393bf; }

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

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

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

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

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

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

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

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