#D38EB9

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

Shades of Lily #D38EB9

Tints of Lily #D38EB9

Color information

#D38EB9 (or 0xD38EB9) is unknown color: approx Lily. HEX triplet: D3, 8E and B9. RGB value is (211,142,185). Sum of RGB (Red+Green+Blue) = 211+142+185=538 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.22% from 538); Green value is 142 (55.86% from 255 or 26.39% from 538); Blue value is 185 (72.66% from 255 or 34.39% from 538); Max value from RGB is 211 - color contains mainly: red. Hex color #D38EB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38EB9 is #2C7146. Grayscale: #A7A7A7. Windows color (decimal): -2912583 or 12160723. OLE color: 12160723.

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

Color convert

RGB211142185-
CMYK00.330.120.17
HSL322.61º43.95%69.22%-
HSV(B)322.61º32.7%82.75%-
XYZ45.2936.750.6-
YUV167.53137.86159-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.22%
GREEN value IS 142 (55.86% from 255) = 26.39%
BLUE value IS 185 (72.66% from 255) = 34.39%
R=39.22%
G=26.39%
B=34.39%

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
Decimal21114218500.330.120.17322.6143.9569.22
HexD38EB9021C111432c45
Octal323216271041142150354105
Binary11010011100011101011100101000011100100011010000111011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38EB9; }

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

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

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

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

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

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

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

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