#D59CE0

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

Shades of Plum #D59CE0

Tints of Plum #D59CE0

Color information

#D59CE0 (or 0xD59CE0) is unknown color: approx Plum. HEX triplet: D5, 9C and E0. RGB value is (213,156,224). Sum of RGB (Red+Green+Blue) = 213+156+224=593 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.92% from 593); Green value is 156 (61.33% from 255 or 26.31% from 593); Blue value is 224 (87.89% from 255 or 37.77% from 593); Max value from RGB is 224 - color contains mainly: blue. Hex color #D59CE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59CE0 is #2A631F. Grayscale: #B4B4B4. Windows color (decimal): -2777888 or 14720213. OLE color: 14720213.

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

Color convert

RGB213156224-
CMYK0.050.3000.12
HSL290.29º52.31%74.51%-
HSV(B)290.29º30.36%87.84%-
XYZ52.7843.376.1-
YUV180.8152.38150.97-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.92%
GREEN value IS 156 (61.33% from 255) = 26.31%
BLUE value IS 224 (87.89% from 255) = 37.77%
R=35.92%
G=26.31%
B=37.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2131562240.050.3000.12290.2952.3174.51
HexD59CE051E0C122344b
Octal32523434053601444264113
Binary11010101100111001110000010111110011001001000101101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59CE0; }

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

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

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

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

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

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

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

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