#D59FDF

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

Shades of Plum #D59FDF

Tints of Plum #D59FDF

Color information

#D59FDF (or 0xD59FDF) is unknown color: approx Plum. HEX triplet: D5, 9F and DF. RGB value is (213,159,223). Sum of RGB (Red+Green+Blue) = 213+159+223=595 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.80% from 595); Green value is 159 (62.5% from 255 or 26.72% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 223 - color contains mainly: blue. Hex color #D59FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59FDF is #2A6020. Grayscale: #B6B6B6. Windows color (decimal): -2777121 or 14655445. OLE color: 14655445.

HSL color Cylindrical-coordinate representation of color #D59FDF: hue angle of 290.62º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D59FDF is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB213159223-
CMYK0.040.2900.13
HSL290.62º50%74.9%-
HSV(B)290.62º28.7%87.45%-
XYZ53.1644.2775.56-
YUV182.44150.89149.8-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.80%
GREEN value IS 159 (62.5% from 255) = 26.72%
BLUE value IS 223 (87.5% from 255) = 37.48%
R=35.80%
G=26.72%
B=37.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2131592230.040.2900.13290.625074.9
HexD59FDF41D0D123324b
Octal32523733743501544362113
Binary11010101100111111101111110011101011011001000111100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59FDF; }

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

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

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

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

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

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

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

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