#D48ABE

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

Shades of Lily #D48ABE

Tints of Lily #D48ABE

Color information

#D48ABE (or 0xD48ABE) is unknown color: approx Lily. HEX triplet: D4, 8A and BE. RGB value is (212,138,190). Sum of RGB (Red+Green+Blue) = 212+138+190=540 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.26% from 540); Green value is 138 (54.30% from 255 or 25.56% from 540); Blue value is 190 (74.61% from 255 or 35.19% from 540); Max value from RGB is 212 - color contains mainly: red. Hex color #D48ABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48ABE is #2B7541. Grayscale: #A5A5A5. Windows color (decimal): -2848066 or 12487380. OLE color: 12487380.

HSL color Cylindrical-coordinate representation of color #D48ABE: hue angle of 317.84º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D48ABE is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB212138190-
CMYK00.350.100.17
HSL317.84º46.25%68.63%-
HSV(B)317.84º34.91%83.14%-
XYZ45.5335.8953.24-
YUV166.05141.52160.77-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.26%
GREEN value IS 138 (54.30% from 255) = 25.56%
BLUE value IS 190 (74.61% from 255) = 35.19%
R=39.26%
G=25.56%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213819000.350.100.17317.8446.2568.63
HexD48ABE023A1113e2e45
Octal324212276043122147656105
Binary11010100100010101011111001000111010100011001111101011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48ABE; }

 p { color: rgb(212,138,190); }

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

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

 a { background-color: rgb(212,138,190); }

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

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

 span { border-color: rgb(212,138,190); }

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