#D38EC1

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

Shades of Lily #D38EC1

Tints of Lily #D38EC1

Color information

#D38EC1 (or 0xD38EC1) is unknown color: approx Lily. HEX triplet: D3, 8E and C1. RGB value is (211,142,193). Sum of RGB (Red+Green+Blue) = 211+142+193=546 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.64% from 546); Green value is 142 (55.86% from 255 or 26.01% from 546); Blue value is 193 (75.78% from 255 or 35.35% from 546); Max value from RGB is 211 - color contains mainly: red. Hex color #D38EC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38EC1 is #2C713E. Grayscale: #A8A8A8. Windows color (decimal): -2912575 or 12685011. OLE color: 12685011.

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

Color convert

RGB211142193-
CMYK00.330.090.17
HSL315.65º43.95%69.22%-
HSV(B)315.65º32.7%82.75%-
XYZ46.1637.0555.17-
YUV168.44141.86158.35-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.64%
GREEN value IS 142 (55.86% from 255) = 26.01%
BLUE value IS 193 (75.78% from 255) = 35.35%
R=38.64%
G=26.01%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21114219300.330.090.17315.6543.9569.22
HexD38EC102191113c2c45
Octal323216301041112147454105
Binary11010011100011101100000101000011001100011001111001011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38EC1; }

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

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

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

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

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

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

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

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