#D48DC6

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

Shades of Lilac #D48DC6

Tints of Lilac #D48DC6

Color information

#D48DC6 (or 0xD48DC6) is unknown color: approx Lilac. HEX triplet: D4, 8D and C6. RGB value is (212,141,198). Sum of RGB (Red+Green+Blue) = 212+141+198=551 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.48% from 551); Green value is 141 (55.47% from 255 or 25.59% from 551); Blue value is 198 (77.73% from 255 or 35.93% from 551); Max value from RGB is 212 - color contains mainly: red. Hex color #D48DC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48DC6 is #2B7239. Grayscale: #A8A8A8. Windows color (decimal): -2847290 or 13012436. OLE color: 13012436.

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

Color convert

RGB212141198-
CMYK00.330.070.17
HSL311.83º45.22%69.22%-
HSV(B)311.83º33.49%83.14%-
XYZ46.8737.1258.12-
YUV168.73144.52158.87-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.48%
GREEN value IS 141 (55.47% from 255) = 25.59%
BLUE value IS 198 (77.73% from 255) = 35.93%
R=38.48%
G=25.59%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.07
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214119800.330.070.17311.8345.2269.22
HexD48DC60217111382d45
Octal32421530604172147055105
Binary1101010010001101110001100100001111100011001110001011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48DC6; }

 p { color: rgb(212,141,198); }

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

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

 a { background-color: rgb(212,141,198); }

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

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

 span { border-color: rgb(212,141,198); }

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