#D59CDD

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

Shades of Plum #D59CDD

Tints of Plum #D59CDD

Color information

#D59CDD (or 0xD59CDD) is unknown color: approx Plum. HEX triplet: D5, 9C and DD. RGB value is (213,156,221). Sum of RGB (Red+Green+Blue) = 213+156+221=590 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.10% from 590); Green value is 156 (61.33% from 255 or 26.44% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 221 - color contains mainly: blue. Hex color #D59CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59CDD is #2A6322. Grayscale: #B4B4B4. Windows color (decimal): -2777891 or 14523605. OLE color: 14523605.

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

Color convert

RGB213156221-
CMYK0.040.2900.13
HSL292.62º48.87%73.92%-
HSV(B)292.62º29.41%86.67%-
XYZ52.3843.1473.97-
YUV180.45150.88151.21-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.10%
GREEN value IS 156 (61.33% from 255) = 26.44%
BLUE value IS 221 (86.72% from 255) = 37.46%
R=36.10%
G=26.44%
B=37.46%

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
Decimal2131562210.040.2900.13292.6248.8773.92
HexD59CDD41D0D125314a
Octal32523433543501544561112
Binary11010101100111001101110110011101011011001001011100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59CDD; }

 p { color: rgb(213,156,221); }

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

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

 a { background-color: rgb(213,156,221); }

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

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

 span { border-color: rgb(213,156,221); }

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