#D594C9

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

Shades of Lilac #D594C9

Tints of Lilac #D594C9

Color information

#D594C9 (or 0xD594C9) is unknown color: approx Lilac. HEX triplet: D5, 94 and C9. RGB value is (213,148,201). Sum of RGB (Red+Green+Blue) = 213+148+201=562 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.90% from 562); Green value is 148 (58.20% from 255 or 26.33% from 562); Blue value is 201 (78.91% from 255 or 35.77% from 562); Max value from RGB is 213 - color contains mainly: red. Hex color #D594C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D594C9 is #2A6B36. Grayscale: #ADADAD. Windows color (decimal): -2779959 or 13210837. OLE color: 13210837.

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

Color convert

RGB213148201-
CMYK00.310.060.16
HSL311.08º43.62%70.78%-
HSV(B)311.08º30.52%83.53%-
XYZ48.5739.5460.33-
YUV173.48143.53156.19-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.90%
GREEN value IS 148 (58.20% from 255) = 26.33%
BLUE value IS 201 (78.91% from 255) = 35.77%
R=37.90%
G=26.33%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314820100.310.060.16311.0843.6270.78
HexD594C901F6101372c47
Octal32522431103762046754107
Binary110101011001010011001001011111110100001001101111011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D594C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D594C9; }

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

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

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

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

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

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

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

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