#D38DB7

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

Shades of Lily #D38DB7

Tints of Lily #D38DB7

Color information

#D38DB7 (or 0xD38DB7) is unknown color: approx Lily. HEX triplet: D3, 8D and B7. RGB value is (211,141,183). Sum of RGB (Red+Green+Blue) = 211+141+183=535 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.44% from 535); Green value is 141 (55.47% from 255 or 26.36% from 535); Blue value is 183 (71.88% from 255 or 34.21% from 535); Max value from RGB is 211 - color contains mainly: red. Hex color #D38DB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38DB7 is #2C7248. Grayscale: #A6A6A6. Windows color (decimal): -2912841 or 12029395. OLE color: 12029395.

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

Color convert

RGB211141183-
CMYK00.330.130.17
HSL324º44.3%69.02%-
HSV(B)324º33.18%82.75%-
XYZ44.9436.3249.44-
YUV166.72137.19159.58-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.44%
GREEN value IS 141 (55.47% from 255) = 26.36%
BLUE value IS 183 (71.88% from 255) = 34.21%
R=39.44%
G=26.36%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.13
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21114118300.330.130.1732444.369.02
HexD38DB7021D111442c45
Octal323215267041152150454105
Binary11010011100011011011011101000011101100011010001001011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38DB7; }

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

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

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

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

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

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

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

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