#D596DF

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

Shades of Plum #D596DF

Tints of Plum #D596DF

Color information

#D596DF (or 0xD596DF) is unknown color: approx Plum. HEX triplet: D5, 96 and DF. RGB value is (213,150,223). Sum of RGB (Red+Green+Blue) = 213+150+223=586 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.35% from 586); Green value is 150 (58.98% from 255 or 25.60% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 223 - color contains mainly: blue. Hex color #D596DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D596DF is #2A6920. Grayscale: #B0B0B0. Windows color (decimal): -2779425 or 14653141. OLE color: 14653141.

HSL color Cylindrical-coordinate representation of color #D596DF: hue angle of 291.78º degrees, saturation: 0.53, 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 #D596DF is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB213150223-
CMYK0.040.3300.13
HSL291.78º53.28%73.14%-
HSV(B)291.78º32.74%87.45%-
XYZ51.6741.2975.06-
YUV177.16153.87153.56-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.35%
GREEN value IS 150 (58.98% from 255) = 25.60%
BLUE value IS 223 (87.5% from 255) = 38.05%
R=36.35%
G=25.60%
B=38.05%

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
Decimal2131502230.040.3300.13291.7853.2873.14
HexD596DF4210D1243549
Octal32522633744101544465111
Binary110101011001011011011111100100001011011001001001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D596DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D596DF; }

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

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

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

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

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

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

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

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