#D48AC9

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

Shades of Lilac #D48AC9

Tints of Lilac #D48AC9

Color information

#D48AC9 (or 0xD48AC9) is unknown color: approx Lilac. HEX triplet: D4, 8A and C9. RGB value is (212,138,201). Sum of RGB (Red+Green+Blue) = 212+138+201=551 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.48% from 551); Green value is 138 (54.30% from 255 or 25.05% from 551); Blue value is 201 (78.91% from 255 or 36.48% from 551); Max value from RGB is 212 - color contains mainly: red. Hex color #D48AC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48AC9 is #2B7536. Grayscale: #A7A7A7. Windows color (decimal): -2848055 or 13208276. OLE color: 13208276.

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

Color convert

RGB212138201-
CMYK00.350.050.17
HSL308.92º46.25%68.63%-
HSV(B)308.92º34.91%83.14%-
XYZ46.7836.3959.82-
YUV167.31147.02159.88-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.48%
GREEN value IS 138 (54.30% from 255) = 25.05%
BLUE value IS 201 (78.91% from 255) = 36.48%
R=38.48%
G=25.05%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213820100.350.050.17308.9246.2568.63
HexD48AC90235111352e45
Octal32421231104352146556105
Binary1101010010001010110010010100011101100011001101011011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48AC9; }

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

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

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

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

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

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

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

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