#D59FD1

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

Shades of Plum #D59FD1

Tints of Plum #D59FD1

Color information

#D59FD1 (or 0xD59FD1) is unknown color: approx Plum. HEX triplet: D5, 9F and D1. RGB value is (213,159,209). Sum of RGB (Red+Green+Blue) = 213+159+209=581 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.66% from 581); Green value is 159 (62.5% from 255 or 27.37% from 581); Blue value is 209 (82.03% from 255 or 35.97% from 581); Max value from RGB is 213 - color contains mainly: red. Hex color #D59FD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59FD1 is #2A602E. Grayscale: #B4B4B4. Windows color (decimal): -2777135 or 13737941. OLE color: 13737941.

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

Color convert

RGB213159209-
CMYK00.250.020.16
HSL304.44º39.13%72.94%-
HSV(B)304.44º25.35%83.53%-
XYZ51.3543.5566.02-
YUV180.85143.89150.93-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.66%
GREEN value IS 159 (62.5% from 255) = 27.37%
BLUE value IS 209 (82.03% from 255) = 35.97%
R=36.66%
G=27.37%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315920900.250.020.16304.4439.1372.94
HexD59FD10192101302749
Octal32523732103122046047111
Binary11010101100111111101000101100110100001001100001001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59FD1; }

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

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

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

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

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

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

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

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