#D597E2

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

Shades of Plum #D597E2

Tints of Plum #D597E2

Color information

#D597E2 (or 0xD597E2) is unknown color: approx Plum. HEX triplet: D5, 97 and E2. RGB value is (213,151,226). Sum of RGB (Red+Green+Blue) = 213+151+226=590 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.10% from 590); Green value is 151 (59.38% from 255 or 25.59% from 590); Blue value is 226 (88.67% from 255 or 38.31% from 590); Max value from RGB is 226 - color contains mainly: blue. Hex color #D597E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D597E2 is #2A681D. Grayscale: #B1B1B1. Windows color (decimal): -2779166 or 14850005. OLE color: 14850005.

HSL color Cylindrical-coordinate representation of color #D597E2: hue angle of 289.6º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D597E2 is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB213151226-
CMYK0.060.3300.11
HSL289.6º56.39%73.92%-
HSV(B)289.6º33.19%88.63%-
XYZ52.2341.7777.26-
YUV178.09155.04152.9-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.10%
GREEN value IS 151 (59.38% from 255) = 25.59%
BLUE value IS 226 (88.67% from 255) = 38.31%
R=36.10%
G=25.59%
B=38.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2131512260.060.3300.11289.656.3973.92
HexD597E26210B122384a
Octal32522734264101344270112
Binary110101011001011111100010110100001010111001000101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D597E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D597E2; }

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

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

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

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

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

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

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

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