#D38DB9

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

Shades of Lily #D38DB9

Tints of Lily #D38DB9

Color information

#D38DB9 (or 0xD38DB9) is unknown color: approx Lily. HEX triplet: D3, 8D and B9. RGB value is (211,141,185). Sum of RGB (Red+Green+Blue) = 211+141+185=537 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.29% from 537); Green value is 141 (55.47% from 255 or 26.26% from 537); Blue value is 185 (72.66% from 255 or 34.45% from 537); Max value from RGB is 211 - color contains mainly: red. Hex color #D38DB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38DB9 is #2C7246. Grayscale: #A6A6A6. Windows color (decimal): -2912839 or 12160467. OLE color: 12160467.

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

Color convert

RGB211141185-
CMYK00.330.120.17
HSL322.29º44.3%69.02%-
HSV(B)322.29º33.18%82.75%-
XYZ45.1536.450.55-
YUV166.95138.19159.42-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.29%
GREEN value IS 141 (55.47% from 255) = 26.26%
BLUE value IS 185 (72.66% from 255) = 34.45%
R=39.29%
G=26.26%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21114118500.330.120.17322.2944.369.02
HexD38DB9021C111422c45
Octal323215271041142150254105
Binary11010011100011011011100101000011100100011010000101011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38DB9; }

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

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

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

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

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

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

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

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