#D48EC1

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

Shades of Lily #D48EC1

Tints of Lily #D48EC1

Color information

#D48EC1 (or 0xD48EC1) is unknown color: approx Lily. HEX triplet: D4, 8E and C1. RGB value is (212,142,193). Sum of RGB (Red+Green+Blue) = 212+142+193=547 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.76% from 547); Green value is 142 (55.86% from 255 or 25.96% from 547); Blue value is 193 (75.78% from 255 or 35.28% from 547); Max value from RGB is 212 - color contains mainly: red. Hex color #D48EC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48EC1 is #2B713E. Grayscale: #A8A8A8. Windows color (decimal): -2847039 or 12685012. OLE color: 12685012.

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

Color convert

RGB212142193-
CMYK00.330.090.17
HSL316.29º44.87%69.41%-
HSV(B)316.29º33.02%83.14%-
XYZ46.4537.1955.18-
YUV168.74141.69158.85-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.76%
GREEN value IS 142 (55.86% from 255) = 25.96%
BLUE value IS 193 (75.78% from 255) = 35.28%
R=38.76%
G=25.96%
B=35.28%

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
Decimal21214219300.330.090.17316.2944.8769.41
HexD48EC102191113c2d45
Octal324216301041112147455105
Binary11010100100011101100000101000011001100011001111001011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48EC1; }

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

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

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

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

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

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

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

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