#D595CC

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

Shades of Lilac #D595CC

Tints of Lilac #D595CC

Color information

#D595CC (or 0xD595CC) is unknown color: approx Lilac. HEX triplet: D5, 95 and CC. RGB value is (213,149,204). Sum of RGB (Red+Green+Blue) = 213+149+204=566 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.63% from 566); Green value is 149 (58.59% from 255 or 26.33% from 566); Blue value is 204 (80.08% from 255 or 36.04% from 566); Max value from RGB is 213 - color contains mainly: red. Hex color #D595CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D595CC is #2A6A33. Grayscale: #AEAEAE. Windows color (decimal): -2779700 or 13407701. OLE color: 13407701.

HSL color Cylindrical-coordinate representation of color #D595CC: hue angle of 308.44º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D595CC is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB213149204-
CMYK00.300.040.16
HSL308.44º43.24%70.98%-
HSV(B)308.44º30.05%83.53%-
XYZ49.094062.26-
YUV174.41144.7155.53-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.63%
GREEN value IS 149 (58.59% from 255) = 26.33%
BLUE value IS 204 (80.08% from 255) = 36.04%
R=37.63%
G=26.33%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314920400.300.040.16308.4443.2470.98
HexD595CC01E4101342b47
Octal32522531403642046453107
Binary110101011001010111001100011110100100001001101001010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D595CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D595CC; }

 p { color: rgb(213,149,204); }

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

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

 a { background-color: rgb(213,149,204); }

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

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

 span { border-color: rgb(213,149,204); }

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