#D48FC7

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

Shades of Lilac #D48FC7

Tints of Lilac #D48FC7

Color information

#D48FC7 (or 0xD48FC7) is unknown color: approx Lilac. HEX triplet: D4, 8F and C7. RGB value is (212,143,199). Sum of RGB (Red+Green+Blue) = 212+143+199=554 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.27% from 554); Green value is 143 (56.25% from 255 or 25.81% from 554); Blue value is 199 (78.12% from 255 or 35.92% from 554); Max value from RGB is 212 - color contains mainly: red. Hex color #D48FC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48FC7 is #2B7038. Grayscale: #A9A9A9. Windows color (decimal): -2846777 or 13078484. OLE color: 13078484.

HSL color Cylindrical-coordinate representation of color #D48FC7: hue angle of 311.3º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D48FC7 is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.17.

Color convert

RGB212143199-
CMYK00.330.060.17
HSL311.3º44.52%69.61%-
HSV(B)311.3º32.55%83.14%-
XYZ47.2837.7758.83-
YUV170.02144.36157.95-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.27%
GREEN value IS 143 (56.25% from 255) = 25.81%
BLUE value IS 199 (78.12% from 255) = 35.92%
R=38.27%
G=25.81%
B=35.92%

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
Decimal21214319900.330.060.17311.344.5269.61
HexD48FC70216111372d46
Octal32421730704162146755106
Binary1101010010001111110001110100001110100011001101111011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48FC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48FC7; }

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

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

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

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

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

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

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

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