#D38DB5

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

Shades of Lily #D38DB5

Tints of Lily #D38DB5

Color information

#D38DB5 (or 0xD38DB5) is unknown color: approx Lily. HEX triplet: D3, 8D and B5. RGB value is (211,141,181). Sum of RGB (Red+Green+Blue) = 211+141+181=533 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.59% from 533); Green value is 141 (55.47% from 255 or 26.45% from 533); Blue value is 181 (71.09% from 255 or 33.96% from 533); Max value from RGB is 211 - color contains mainly: red. Hex color #D38DB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38DB5 is #2C724A. Grayscale: #A6A6A6. Windows color (decimal): -2912843 or 11898323. OLE color: 11898323.

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

Color convert

RGB211141181-
CMYK00.330.140.17
HSL325.71º44.3%69.02%-
HSV(B)325.71º33.18%82.75%-
XYZ44.7336.2348.35-
YUV166.49136.19159.75-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.59%
GREEN value IS 141 (55.47% from 255) = 26.45%
BLUE value IS 181 (71.09% from 255) = 33.96%
R=39.59%
G=26.45%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.14
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21114118100.330.140.17325.7144.369.02
HexD38DB5021E111462c45
Octal323215265041162150654105
Binary11010011100011011011010101000011110100011010001101011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38DB5; }

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

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

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

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

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

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

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

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