#D48DCA

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

Shades of Lilac #D48DCA

Tints of Lilac #D48DCA

Color information

#D48DCA (or 0xD48DCA) is unknown color: approx Lilac. HEX triplet: D4, 8D and CA. RGB value is (212,141,202). Sum of RGB (Red+Green+Blue) = 212+141+202=555 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.20% from 555); Green value is 141 (55.47% from 255 or 25.41% from 555); Blue value is 202 (79.30% from 255 or 36.40% from 555); Max value from RGB is 212 - color contains mainly: red. Hex color #D48DCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48DCA is #2B7235. Grayscale: #A9A9A9. Windows color (decimal): -2847286 or 13274580. OLE color: 13274580.

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

Color convert

RGB212141202-
CMYK00.330.050.17
HSL308.45º45.22%69.22%-
HSV(B)308.45º33.49%83.14%-
XYZ47.3437.3160.58-
YUV169.18146.52158.54-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.20%
GREEN value IS 141 (55.47% from 255) = 25.41%
BLUE value IS 202 (79.30% from 255) = 36.40%
R=38.20%
G=25.41%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214120200.330.050.17308.4545.2269.22
HexD48DCA0215111342d45
Octal32421531204152146455105
Binary1101010010001101110010100100001101100011001101001011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48DCA; }

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

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

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

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

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

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

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

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