#D390C5

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

Shades of Lilac #D390C5

Tints of Lilac #D390C5

Color information

#D390C5 (or 0xD390C5) is unknown color: approx Lilac. HEX triplet: D3, 90 and C5. RGB value is (211,144,197). Sum of RGB (Red+Green+Blue) = 211+144+197=552 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.22% from 552); Green value is 144 (56.64% from 255 or 26.09% from 552); Blue value is 197 (77.34% from 255 or 35.69% from 552); Max value from RGB is 211 - color contains mainly: red. Hex color #D390C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D390C5 is #2C6F3A. Grayscale: #A9A9A9. Windows color (decimal): -2912059 or 12947667. OLE color: 12947667.

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

Color convert

RGB211144197-
CMYK00.320.070.17
HSL312.54º43.23%69.61%-
HSV(B)312.54º31.75%82.75%-
XYZ46.9237.8357.65-
YUV170.08143.2157.19-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.22%
GREEN value IS 144 (56.64% from 255) = 26.09%
BLUE value IS 197 (77.34% from 255) = 35.69%
R=38.22%
G=26.09%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.07
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21114419700.320.070.17312.5443.2369.61
HexD390C50207111392b46
Octal32322030504072147153106
Binary1101001110010000110001010100000111100011001110011010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D390C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D390C5; }

 p { color: rgb(211,144,197); }

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

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

 a { background-color: rgb(211,144,197); }

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

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

 span { border-color: rgb(211,144,197); }

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