#D48ACA

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

Shades of Lilac #D48ACA

Tints of Lilac #D48ACA

Color information

#D48ACA (or 0xD48ACA) is unknown color: approx Lilac. HEX triplet: D4, 8A and CA. RGB value is (212,138,202). Sum of RGB (Red+Green+Blue) = 212+138+202=552 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.41% from 552); Green value is 138 (54.30% from 255 or 25% from 552); Blue value is 202 (79.30% from 255 or 36.59% from 552); Max value from RGB is 212 - color contains mainly: red. Hex color #D48ACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48ACA is #2B7535. Grayscale: #A7A7A7. Windows color (decimal): -2848054 or 13273812. OLE color: 13273812.

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

Color convert

RGB212138202-
CMYK00.350.050.17
HSL308.11º46.25%68.63%-
HSV(B)308.11º34.91%83.14%-
XYZ46.936.4460.44-
YUV167.42147.52159.8-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.41%
GREEN value IS 138 (54.30% from 255) = 25%
BLUE value IS 202 (79.30% from 255) = 36.59%
R=38.41%
G=25%
B=36.59%

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
Decimal21213820200.350.050.17308.1146.2568.63
HexD48ACA0235111342e45
Octal32421231204352146456105
Binary1101010010001010110010100100011101100011001101001011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48ACA; }

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

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

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

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

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

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

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

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