#D59FDC

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

Shades of Plum #D59FDC

Tints of Plum #D59FDC

Color information

#D59FDC (or 0xD59FDC) is unknown color: approx Plum. HEX triplet: D5, 9F and DC. RGB value is (213,159,220). Sum of RGB (Red+Green+Blue) = 213+159+220=592 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.98% from 592); Green value is 159 (62.5% from 255 or 26.86% from 592); Blue value is 220 (86.33% from 255 or 37.16% from 592); Max value from RGB is 220 - color contains mainly: blue. Hex color #D59FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59FDC is #2A6023. Grayscale: #B5B5B5. Windows color (decimal): -2777124 or 14458837. OLE color: 14458837.

HSL color Cylindrical-coordinate representation of color #D59FDC: hue angle of 293.11º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D59FDC is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB213159220-
CMYK0.030.2800.14
HSL293.11º46.56%74.31%-
HSV(B)293.11º27.73%86.27%-
XYZ52.7644.1173.44-
YUV182.1149.39150.04-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.98%
GREEN value IS 159 (62.5% from 255) = 26.86%
BLUE value IS 220 (86.33% from 255) = 37.16%
R=35.98%
G=26.86%
B=37.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2131592200.030.2800.14293.1146.5674.31
HexD59FDC31C0E1252f4a
Octal32523733433401644557112
Binary1101010110011111110111001111100011101001001011011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59FDC; }

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

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

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

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

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

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

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

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