#D48AC8

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

Shades of Lilac #D48AC8

Tints of Lilac #D48AC8

Color information

#D48AC8 (or 0xD48AC8) is unknown color: approx Lilac. HEX triplet: D4, 8A and C8. RGB value is (212,138,200). Sum of RGB (Red+Green+Blue) = 212+138+200=550 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.55% from 550); Green value is 138 (54.30% from 255 or 25.09% from 550); Blue value is 200 (78.52% from 255 or 36.36% from 550); Max value from RGB is 212 - color contains mainly: red. Hex color #D48AC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48AC8 is #2B7537. Grayscale: #A7A7A7. Windows color (decimal): -2848056 or 13142740. OLE color: 13142740.

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

Color convert

RGB212138200-
CMYK00.350.060.17
HSL309.73º46.25%68.63%-
HSV(B)309.73º34.91%83.14%-
XYZ46.6736.3459.2-
YUV167.19146.52159.96-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.55%
GREEN value IS 138 (54.30% from 255) = 25.09%
BLUE value IS 200 (78.52% from 255) = 36.36%
R=38.55%
G=25.09%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.06
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213820000.350.060.17309.7346.2568.63
HexD48AC80236111362e45
Octal32421231004362146656105
Binary1101010010001010110010000100011110100011001101101011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48AC8; }

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

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

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

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

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

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

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

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