#D48EB7

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

Shades of Lily #D48EB7

Tints of Lily #D48EB7

Color information

#D48EB7 (or 0xD48EB7) is unknown color: approx Lily. HEX triplet: D4, 8E and B7. RGB value is (212,142,183). Sum of RGB (Red+Green+Blue) = 212+142+183=537 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.48% from 537); Green value is 142 (55.86% from 255 or 26.44% from 537); Blue value is 183 (71.88% from 255 or 34.08% from 537); Max value from RGB is 212 - color contains mainly: red. Hex color #D48EB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48EB7 is #2B7148. Grayscale: #A7A7A7. Windows color (decimal): -2847049 or 12029652. OLE color: 12029652.

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

Color convert

RGB212142183-
CMYK00.330.140.17
HSL324.86º44.87%69.41%-
HSV(B)324.86º33.02%83.14%-
XYZ45.3736.7649.5-
YUV167.6136.69159.67-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.48%
GREEN value IS 142 (55.86% from 255) = 26.44%
BLUE value IS 183 (71.88% from 255) = 34.08%
R=39.48%
G=26.44%
B=34.08%

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
Decimal21214218300.330.140.17324.8644.8769.41
HexD48EB7021E111452d45
Octal324216267041162150555105
Binary11010100100011101011011101000011110100011010001011011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48EB7; }

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

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

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

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

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

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

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

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