#D48DC7

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

Shades of Lilac #D48DC7

Tints of Lilac #D48DC7

Color information

#D48DC7 (or 0xD48DC7) is unknown color: approx Lilac. HEX triplet: D4, 8D and C7. RGB value is (212,141,199). Sum of RGB (Red+Green+Blue) = 212+141+199=552 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.41% from 552); Green value is 141 (55.47% from 255 or 25.54% from 552); Blue value is 199 (78.12% from 255 or 36.05% from 552); Max value from RGB is 212 - color contains mainly: red. Hex color #D48DC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48DC7 is #2B7238. Grayscale: #A8A8A8. Windows color (decimal): -2847289 or 13077972. OLE color: 13077972.

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

Color convert

RGB212141199-
CMYK00.330.060.17
HSL310.99º45.22%69.22%-
HSV(B)310.99º33.49%83.14%-
XYZ46.9937.1758.73-
YUV168.84145.02158.78-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.41%
GREEN value IS 141 (55.47% from 255) = 25.54%
BLUE value IS 199 (78.12% from 255) = 36.05%
R=38.41%
G=25.54%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214119900.330.060.17310.9945.2269.22
HexD48DC70216111372d45
Octal32421530704162146755105
Binary1101010010001101110001110100001110100011001101111011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48DC7; }

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

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

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

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

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

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

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

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