#D48EB6

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

Shades of Lily #D48EB6

Tints of Lily #D48EB6

Color information

#D48EB6 (or 0xD48EB6) is unknown color: approx Lily. HEX triplet: D4, 8E and B6. RGB value is (212,142,182). Sum of RGB (Red+Green+Blue) = 212+142+182=536 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.55% from 536); Green value is 142 (55.86% from 255 or 26.49% from 536); Blue value is 182 (71.48% from 255 or 33.96% from 536); Max value from RGB is 212 - color contains mainly: red. Hex color #D48EB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48EB6 is #2B7149. Grayscale: #A7A7A7. Windows color (decimal): -2847050 or 11964116. OLE color: 11964116.

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

Color convert

RGB212142182-
CMYK00.330.140.17
HSL325.71º44.87%69.41%-
HSV(B)325.71º33.02%83.14%-
XYZ45.2736.7248.96-
YUV167.49136.19159.75-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.55%
GREEN value IS 142 (55.86% from 255) = 26.49%
BLUE value IS 182 (71.48% from 255) = 33.96%
R=39.55%
G=26.49%
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
Decimal21214218200.330.140.17325.7144.8769.41
HexD48EB6021E111462d45
Octal324216266041162150655105
Binary11010100100011101011011001000011110100011010001101011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48EB6; }

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

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

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

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

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

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

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

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