#D58DD1

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

Shades of Plum #D58DD1

Tints of Plum #D58DD1

Color information

#D58DD1 (or 0xD58DD1) is unknown color: approx Plum. HEX triplet: D5, 8D and D1. RGB value is (213,141,209). Sum of RGB (Red+Green+Blue) = 213+141+209=563 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.83% from 563); Green value is 141 (55.47% from 255 or 25.04% from 563); Blue value is 209 (82.03% from 255 or 37.12% from 563); Max value from RGB is 213 - color contains mainly: red. Hex color #D58DD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58DD1 is #2A722E. Grayscale: #AAAAAA. Windows color (decimal): -2781743 or 13733333. OLE color: 13733333.

HSL color Cylindrical-coordinate representation of color #D58DD1: hue angle of 303.33º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D58DD1 is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB213141209-
CMYK00.340.020.16
HSL303.33º46.15%69.41%-
HSV(B)303.33º33.8%83.53%-
XYZ48.4737.865.06-
YUV170.28149.85158.47-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.83%
GREEN value IS 141 (55.47% from 255) = 25.04%
BLUE value IS 209 (82.03% from 255) = 37.12%
R=37.83%
G=25.04%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314120900.340.020.16303.3346.1569.41
HexD58DD102221012f2e45
Octal32521532104222045756105
Binary110101011000110111010001010001010100001001011111011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58DD1; }

 p { color: rgb(213,141,209); }

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

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

 a { background-color: rgb(213,141,209); }

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

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

 span { border-color: rgb(213,141,209); }

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