#D590C5

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

Shades of Lilac #D590C5

Tints of Lilac #D590C5

Color information

#D590C5 (or 0xD590C5) is unknown color: approx Lilac. HEX triplet: D5, 90 and C5. RGB value is (213,144,197). Sum of RGB (Red+Green+Blue) = 213+144+197=554 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.45% from 554); Green value is 144 (56.64% from 255 or 25.99% from 554); Blue value is 197 (77.34% from 255 or 35.56% from 554); Max value from RGB is 213 - color contains mainly: red. Hex color #D590C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D590C5 is #2A6F3A. Grayscale: #AAAAAA. Windows color (decimal): -2780987 or 12947669. OLE color: 12947669.

HSL color Cylindrical-coordinate representation of color #D590C5: hue angle of 313.91º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D590C5 is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB213144197-
CMYK00.320.080.16
HSL313.91º45.1%70%-
HSV(B)313.91º32.39%83.53%-
XYZ47.4938.1257.68-
YUV170.67142.86158.19-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.45%
GREEN value IS 144 (56.64% from 255) = 25.99%
BLUE value IS 197 (77.34% from 255) = 35.56%
R=38.45%
G=25.99%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314419700.320.080.16313.9145.170
HexD590C502081013a2d46
Octal325220305040102047255106
Binary11010101100100001100010101000001000100001001110101011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D590C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D590C5; }

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

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

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

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

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

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

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

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