#D48EC4

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

Shades of Lilac #D48EC4

Tints of Lilac #D48EC4

Color information

#D48EC4 (or 0xD48EC4) is unknown color: approx Lilac. HEX triplet: D4, 8E and C4. RGB value is (212,142,196). Sum of RGB (Red+Green+Blue) = 212+142+196=550 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.55% from 550); Green value is 142 (55.86% from 255 or 25.82% from 550); Blue value is 196 (76.95% from 255 or 35.64% from 550); Max value from RGB is 212 - color contains mainly: red. Hex color #D48EC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48EC4 is #2B713B. Grayscale: #A8A8A8. Windows color (decimal): -2847036 or 12881620. OLE color: 12881620.

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

Color convert

RGB212142196-
CMYK00.330.080.17
HSL313.71º44.87%69.41%-
HSV(B)313.71º33.02%83.14%-
XYZ46.7937.3356.96-
YUV169.09143.19158.61-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.55%
GREEN value IS 142 (55.86% from 255) = 25.82%
BLUE value IS 196 (76.95% from 255) = 35.64%
R=38.55%
G=25.82%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.08
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214219600.330.080.17313.7144.8769.41
HexD48EC402181113a2d45
Octal324216304041102147255105
Binary11010100100011101100010001000011000100011001110101011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48EC4; }

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

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

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

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

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

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

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

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