#D394BD

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

Shades of Lily #D394BD

Tints of Lily #D394BD

Color information

#D394BD (or 0xD394BD) is unknown color: approx Lily. HEX triplet: D3, 94 and BD. RGB value is (211,148,189). Sum of RGB (Red+Green+Blue) = 211+148+189=548 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.50% from 548); Green value is 148 (58.20% from 255 or 27.01% from 548); Blue value is 189 (74.22% from 255 or 34.49% from 548); Max value from RGB is 211 - color contains mainly: red. Hex color #D394BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D394BD is #2C6B42. Grayscale: #ABABAB. Windows color (decimal): -2911043 or 12424403. OLE color: 12424403.

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

Color convert

RGB211148189-
CMYK00.300.100.17
HSL320.95º41.72%70.39%-
HSV(B)320.95º29.86%82.75%-
XYZ46.6438.753.16-
YUV171.51137.87156.17-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.50%
GREEN value IS 148 (58.20% from 255) = 27.01%
BLUE value IS 189 (74.22% from 255) = 34.49%
R=38.50%
G=27.01%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21114818900.300.100.17320.9541.7270.39
HexD394BD01EA111412a46
Octal323224275036122150152106
Binary1101001110010100101111010111101010100011010000011010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D394BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D394BD; }

 p { color: rgb(211,148,189); }

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

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

 a { background-color: rgb(211,148,189); }

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

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

 span { border-color: rgb(211,148,189); }

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