#D597D0

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

Shades of Plum #D597D0

Tints of Plum #D597D0

Color information

#D597D0 (or 0xD597D0) is unknown color: approx Plum. HEX triplet: D5, 97 and D0. RGB value is (213,151,208). Sum of RGB (Red+Green+Blue) = 213+151+208=572 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.24% from 572); Green value is 151 (59.38% from 255 or 26.40% from 572); Blue value is 208 (81.64% from 255 or 36.36% from 572); Max value from RGB is 213 - color contains mainly: red. Hex color #D597D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D597D0 is #2A682F. Grayscale: #AFAFAF. Windows color (decimal): -2779184 or 13670357. OLE color: 13670357.

HSL color Cylindrical-coordinate representation of color #D597D0: hue angle of 304.84º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D597D0 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB213151208-
CMYK00.290.020.16
HSL304.84º42.47%71.37%-
HSV(B)304.84º29.11%83.53%-
XYZ49.8940.8364.93-
YUV176.04146.04154.37-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.24%
GREEN value IS 151 (59.38% from 255) = 26.40%
BLUE value IS 208 (81.64% from 255) = 36.36%
R=37.24%
G=26.40%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315120800.290.020.16304.8442.4771.37
HexD597D001D2101312a47
Octal32522732003522046152107
Binary11010101100101111101000001110110100001001100011010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D597D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D597D0; }

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

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

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

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

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

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

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

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