#D594C4

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

Shades of Lilac #D594C4

Tints of Lilac #D594C4

Color information

#D594C4 (or 0xD594C4) is unknown color: approx Lilac. HEX triplet: D5, 94 and C4. RGB value is (213,148,196). Sum of RGB (Red+Green+Blue) = 213+148+196=557 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.24% from 557); Green value is 148 (58.20% from 255 or 26.57% from 557); Blue value is 196 (76.95% from 255 or 35.19% from 557); Max value from RGB is 213 - color contains mainly: red. Hex color #D594C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D594C4 is #2A6B3B. Grayscale: #ACACAC. Windows color (decimal): -2779964 or 12883157. OLE color: 12883157.

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

Color convert

RGB213148196-
CMYK00.310.080.16
HSL315.69º43.62%70.78%-
HSV(B)315.69º30.52%83.53%-
XYZ47.9939.3157.28-
YUV172.91141.03156.6-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.24%
GREEN value IS 148 (58.20% from 255) = 26.57%
BLUE value IS 196 (76.95% from 255) = 35.19%
R=38.24%
G=26.57%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314819600.310.080.16315.6943.6270.78
HexD594C401F81013c2c47
Octal325224304037102047454107
Binary1101010110010100110001000111111000100001001111001011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D594C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D594C4; }

 p { color: rgb(213,148,196); }

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

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

 a { background-color: rgb(213,148,196); }

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

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

 span { border-color: rgb(213,148,196); }

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