#D597DF

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

Shades of Plum #D597DF

Tints of Plum #D597DF

Color information

#D597DF (or 0xD597DF) is unknown color: approx Plum. HEX triplet: D5, 97 and DF. RGB value is (213,151,223). Sum of RGB (Red+Green+Blue) = 213+151+223=587 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.29% from 587); Green value is 151 (59.38% from 255 or 25.72% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 223 - color contains mainly: blue. Hex color #D597DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D597DF is #2A6820. Grayscale: #B1B1B1. Windows color (decimal): -2779169 or 14653397. OLE color: 14653397.

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

Color convert

RGB213151223-
CMYK0.040.3200.13
HSL291.67º52.94%73.33%-
HSV(B)291.67º32.29%87.45%-
XYZ51.8341.6175.11-
YUV177.75153.54153.15-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.29%
GREEN value IS 151 (59.38% from 255) = 25.72%
BLUE value IS 223 (87.5% from 255) = 37.99%
R=36.29%
G=25.72%
B=37.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2131512230.040.3200.13291.6752.9473.33
HexD597DF4200D1243549
Octal32522733744001544465111
Binary110101011001011111011111100100000011011001001001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D597DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D597DF; }

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

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

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

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

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

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

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

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