#D58DD6

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

Shades of Plum #D58DD6

Tints of Plum #D58DD6

Color information

#D58DD6 (or 0xD58DD6) is unknown color: approx Plum. HEX triplet: D5, 8D and D6. RGB value is (213,141,214). Sum of RGB (Red+Green+Blue) = 213+141+214=568 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.5% from 568); Green value is 141 (55.47% from 255 or 24.82% from 568); Blue value is 214 (83.98% from 255 or 37.68% from 568); Max value from RGB is 214 - color contains mainly: blue. Hex color #D58DD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58DD6 is #2A7229. Grayscale: #AAAAAA. Windows color (decimal): -2781738 or 14061013. OLE color: 14061013.

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

Color convert

RGB213141214-
CMYK0.000.3400.16
HSL299.18º47.1%69.61%-
HSV(B)299.18º34.11%83.92%-
XYZ49.138.0568.37-
YUV170.85152.35158.06-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.5%
GREEN value IS 141 (55.47% from 255) = 24.82%
BLUE value IS 214 (83.98% from 255) = 37.68%
R=37.5%
G=24.82%
B=37.68%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131412140.000.3400.16299.1847.169.61
HexD58DD602201012b2f46
Octal32521532604202045357106
Binary11010101100011011101011001000100100001001010111011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58DD6; }

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

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

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

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

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

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

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

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