#D59FD2

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

Shades of Plum #D59FD2

Tints of Plum #D59FD2

Color information

#D59FD2 (or 0xD59FD2) is unknown color: approx Plum. HEX triplet: D5, 9F and D2. RGB value is (213,159,210). Sum of RGB (Red+Green+Blue) = 213+159+210=582 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.60% from 582); Green value is 159 (62.5% from 255 or 27.32% from 582); Blue value is 210 (82.42% from 255 or 36.08% from 582); Max value from RGB is 213 - color contains mainly: red. Hex color #D59FD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59FD2 is #2A602D. Grayscale: #B4B4B4. Windows color (decimal): -2777134 or 13803477. OLE color: 13803477.

HSL color Cylindrical-coordinate representation of color #D59FD2: hue angle of 303.33º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D59FD2 is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB213159210-
CMYK00.250.010.16
HSL303.33º39.13%72.94%-
HSV(B)303.33º25.35%83.53%-
XYZ51.4743.666.67-
YUV180.96144.39150.85-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.60%
GREEN value IS 159 (62.5% from 255) = 27.32%
BLUE value IS 210 (82.42% from 255) = 36.08%
R=36.60%
G=27.32%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315921000.250.010.16303.3339.1372.94
HexD59FD201911012f2749
Octal32523732203112045747111
Binary1101010110011111110100100110011100001001011111001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59FD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59FD2; }

 p { color: rgb(213,159,210); }

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

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

 a { background-color: rgb(213,159,210); }

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

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

 span { border-color: rgb(213,159,210); }

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