#D588DF

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

Shades of Plum #D588DF

Tints of Plum #D588DF

Color information

#D588DF (or 0xD588DF) is unknown color: approx Plum. HEX triplet: D5, 88 and DF. RGB value is (213,136,223). Sum of RGB (Red+Green+Blue) = 213+136+223=572 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.24% from 572); Green value is 136 (53.52% from 255 or 23.78% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 223 - color contains mainly: blue. Hex color #D588DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D588DF is #2A7720. Grayscale: #A8A8A8. Windows color (decimal): -2783009 or 14649557. OLE color: 14649557.

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

Color convert

RGB213136223-
CMYK0.040.3900.13
HSL293.1º57.62%70.39%-
HSV(B)293.1º39.01%87.45%-
XYZ49.5637.0874.36-
YUV168.94158.51159.43-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.24%
GREEN value IS 136 (53.52% from 255) = 23.78%
BLUE value IS 223 (87.5% from 255) = 38.99%
R=37.24%
G=23.78%
B=38.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2131362230.040.3900.13293.157.6270.39
HexD588DF4270D1253a46
Octal32521033744701544572106
Binary110101011000100011011111100100111011011001001011110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D588DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D588DF; }

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

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

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

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

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

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

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

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