#D595CD

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

Shades of Lilac #D595CD

Tints of Lilac #D595CD

Color information

#D595CD (or 0xD595CD) is unknown color: approx Lilac. HEX triplet: D5, 95 and CD. RGB value is (213,149,205). Sum of RGB (Red+Green+Blue) = 213+149+205=567 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.57% from 567); Green value is 149 (58.59% from 255 or 26.28% from 567); Blue value is 205 (80.47% from 255 or 36.16% from 567); Max value from RGB is 213 - color contains mainly: red. Hex color #D595CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D595CD is #2A6A32. Grayscale: #AEAEAE. Windows color (decimal): -2779699 or 13473237. OLE color: 13473237.

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

Color convert

RGB213149205-
CMYK00.300.040.16
HSL307.5º43.24%70.98%-
HSV(B)307.5º30.05%83.53%-
XYZ49.2140.0562.89-
YUV174.52145.2155.45-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.57%
GREEN value IS 149 (58.59% from 255) = 26.28%
BLUE value IS 205 (80.47% from 255) = 36.16%
R=37.57%
G=26.28%
B=36.16%

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
Decimal21314920500.300.040.16307.543.2470.98
HexD595CD01E4101342b47
Octal32522531503642046453107
Binary110101011001010111001101011110100100001001101001010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D595CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D595CD; }

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

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

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

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

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

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

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

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