#D595DF

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

Shades of Plum #D595DF

Tints of Plum #D595DF

Color information

#D595DF (or 0xD595DF) is unknown color: approx Plum. HEX triplet: D5, 95 and DF. RGB value is (213,149,223). Sum of RGB (Red+Green+Blue) = 213+149+223=585 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.41% from 585); Green value is 149 (58.59% from 255 or 25.47% from 585); Blue value is 223 (87.5% from 255 or 38.12% from 585); Max value from RGB is 223 - color contains mainly: blue. Hex color #D595DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D595DF is #2A6A20. Grayscale: #B0B0B0. Windows color (decimal): -2779681 or 14652885. OLE color: 14652885.

HSL color Cylindrical-coordinate representation of color #D595DF: hue angle of 291.89º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D595DF is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB213149223-
CMYK0.040.3300.13
HSL291.89º53.62%72.94%-
HSV(B)291.89º33.18%87.45%-
XYZ51.5140.9775.01-
YUV176.57154.2153.98-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.41%
GREEN value IS 149 (58.59% from 255) = 25.47%
BLUE value IS 223 (87.5% from 255) = 38.12%
R=36.41%
G=25.47%
B=38.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2131492230.040.3300.13291.8953.6272.94
HexD595DF4210D1243649
Octal32522533744101544466111
Binary110101011001010111011111100100001011011001001001101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D595DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D595DF; }

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

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

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

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

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

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

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

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