#D595CA

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

Shades of Lilac #D595CA

Tints of Lilac #D595CA

Color information

#D595CA (or 0xD595CA) is unknown color: approx Lilac. HEX triplet: D5, 95 and CA. RGB value is (213,149,202). Sum of RGB (Red+Green+Blue) = 213+149+202=564 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.77% from 564); Green value is 149 (58.59% from 255 or 26.42% from 564); Blue value is 202 (79.30% from 255 or 35.82% from 564); Max value from RGB is 213 - color contains mainly: red. Hex color #D595CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D595CA is #2A6A35. Grayscale: #AEAEAE. Windows color (decimal): -2779702 or 13276629. OLE color: 13276629.

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

Color convert

RGB213149202-
CMYK00.300.050.16
HSL310.31º43.24%70.98%-
HSV(B)310.31º30.05%83.53%-
XYZ48.8539.9161.01-
YUV174.18143.7155.69-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.77%
GREEN value IS 149 (58.59% from 255) = 26.42%
BLUE value IS 202 (79.30% from 255) = 35.82%
R=37.77%
G=26.42%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314920200.300.050.16310.3143.2470.98
HexD595CA01E5101362b47
Octal32522531203652046653107
Binary110101011001010111001010011110101100001001101101010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D595CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D595CA; }

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

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

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

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

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

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

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

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