#D59CE1

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

Shades of Plum #D59CE1

Tints of Plum #D59CE1

Color information

#D59CE1 (or 0xD59CE1) is unknown color: approx Plum. HEX triplet: D5, 9C and E1. RGB value is (213,156,225). Sum of RGB (Red+Green+Blue) = 213+156+225=594 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.86% from 594); Green value is 156 (61.33% from 255 or 26.26% from 594); Blue value is 225 (88.28% from 255 or 37.88% from 594); Max value from RGB is 225 - color contains mainly: blue. Hex color #D59CE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59CE1 is #2A631E. Grayscale: #B4B4B4. Windows color (decimal): -2777887 or 14785749. OLE color: 14785749.

HSL color Cylindrical-coordinate representation of color #D59CE1: hue angle of 289.57º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D59CE1 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB213156225-
CMYK0.050.3100.12
HSL289.57º53.49%74.71%-
HSV(B)289.57º30.67%88.24%-
XYZ52.9243.3676.81-
YUV180.91152.88150.89-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.86%
GREEN value IS 156 (61.33% from 255) = 26.26%
BLUE value IS 225 (88.28% from 255) = 37.88%
R=35.86%
G=26.26%
B=37.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2131562250.050.3100.12289.5753.4974.71
HexD59CE151F0C122354b
Octal32523434153701444265113
Binary11010101100111001110000110111111011001001000101101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59CE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59CE1; }

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

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

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

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

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

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

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

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