#D597D1

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

Shades of Plum #D597D1

Tints of Plum #D597D1

Color information

#D597D1 (or 0xD597D1) is unknown color: approx Plum. HEX triplet: D5, 97 and D1. RGB value is (213,151,209). Sum of RGB (Red+Green+Blue) = 213+151+209=573 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.17% from 573); Green value is 151 (59.38% from 255 or 26.35% from 573); Blue value is 209 (82.03% from 255 or 36.47% from 573); Max value from RGB is 213 - color contains mainly: red. Hex color #D597D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D597D1 is #2A682E. Grayscale: #AFAFAF. Windows color (decimal): -2779183 or 13735893. OLE color: 13735893.

HSL color Cylindrical-coordinate representation of color #D597D1: hue angle of 303.87º 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 #D597D1 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB213151209-
CMYK00.290.020.16
HSL303.87º42.47%71.37%-
HSV(B)303.87º29.11%83.53%-
XYZ50.0240.8865.58-
YUV176.15146.54154.28-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.17%
GREEN value IS 151 (59.38% from 255) = 26.35%
BLUE value IS 209 (82.03% from 255) = 36.47%
R=37.17%
G=26.35%
B=36.47%

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
Decimal21315120900.290.020.16303.8742.4771.37
HexD597D101D2101302a47
Octal32522732103522046052107
Binary11010101100101111101000101110110100001001100001010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D597D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D597D1; }

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

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

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

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

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

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

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

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