#D597DE

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

Shades of Plum #D597DE

Tints of Plum #D597DE

Color information

#D597DE (or 0xD597DE) is unknown color: approx Plum. HEX triplet: D5, 97 and DE. RGB value is (213,151,222). Sum of RGB (Red+Green+Blue) = 213+151+222=586 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.35% from 586); Green value is 151 (59.38% from 255 or 25.77% from 586); Blue value is 222 (87.11% from 255 or 37.88% from 586); Max value from RGB is 222 - color contains mainly: blue. Hex color #D597DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D597DE is #2A6821. Grayscale: #B1B1B1. Windows color (decimal): -2779170 or 14587861. OLE color: 14587861.

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

Color convert

RGB213151222-
CMYK0.040.3200.13
HSL292.39º51.82%73.14%-
HSV(B)292.39º31.98%87.06%-
XYZ51.6941.5574.4-
YUV177.63153.04153.23-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.35%
GREEN value IS 151 (59.38% from 255) = 25.77%
BLUE value IS 222 (87.11% from 255) = 37.88%
R=36.35%
G=25.77%
B=37.88%

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
Decimal2131512220.040.3200.13292.3951.8273.14
HexD597DE4200D1243449
Octal32522733644001544464111
Binary110101011001011111011110100100000011011001001001101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D597DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D597DE; }

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

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

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

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

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

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

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

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