#D38DBE

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

Shades of Lily #D38DBE

Tints of Lily #D38DBE

Color information

#D38DBE (or 0xD38DBE) is unknown color: approx Lily. HEX triplet: D3, 8D and BE. RGB value is (211,141,190). Sum of RGB (Red+Green+Blue) = 211+141+190=542 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.93% from 542); Green value is 141 (55.47% from 255 or 26.01% from 542); Blue value is 190 (74.61% from 255 or 35.06% from 542); Max value from RGB is 211 - color contains mainly: red. Hex color #D38DBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38DBE is #2C7241. Grayscale: #A7A7A7. Windows color (decimal): -2912834 or 12488147. OLE color: 12488147.

HSL color Cylindrical-coordinate representation of color #D38DBE: hue angle of 318º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D38DBE is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB211141190-
CMYK00.330.100.17
HSL318º44.3%69.02%-
HSV(B)318º33.18%82.75%-
XYZ45.6836.6253.38-
YUV167.52140.69159.02-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.93%
GREEN value IS 141 (55.47% from 255) = 26.01%
BLUE value IS 190 (74.61% from 255) = 35.06%
R=38.93%
G=26.01%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21114119000.330.100.1731844.369.02
HexD38DBE021A1113e2c45
Octal323215276041122147654105
Binary11010011100011011011111001000011010100011001111101011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38DBE; }

 p { color: rgb(211,141,190); }

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

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

 a { background-color: rgb(211,141,190); }

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

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

 span { border-color: rgb(211,141,190); }

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