#D58AD4

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

Shades of Plum #D58AD4

Tints of Plum #D58AD4

Color information

#D58AD4 (or 0xD58AD4) is unknown color: approx Plum. HEX triplet: D5, 8A and D4. RGB value is (213,138,212). Sum of RGB (Red+Green+Blue) = 213+138+212=563 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.83% from 563); Green value is 138 (54.30% from 255 or 24.51% from 563); Blue value is 212 (83.20% from 255 or 37.66% from 563); Max value from RGB is 213 - color contains mainly: red. Hex color #D58AD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58AD4 is #2A752B. Grayscale: #A8A8A8. Windows color (decimal): -2782508 or 13929173. OLE color: 13929173.

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

Color convert

RGB213138212-
CMYK00.350.000.16
HSL300.8º47.17%68.82%-
HSV(B)300.8º35.21%83.53%-
XYZ48.4137.0866.89-
YUV168.86152.35159.48-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.83%
GREEN value IS 138 (54.30% from 255) = 24.51%
BLUE value IS 212 (83.20% from 255) = 37.66%
R=37.83%
G=24.51%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.00
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313821200.350.000.16300.847.1768.82
HexD58AD402301012d2f45
Octal32521232404302045557105
Binary11010101100010101101010001000110100001001011011011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58AD4; }

 p { color: rgb(213,138,212); }

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

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

 a { background-color: rgb(213,138,212); }

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

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

 span { border-color: rgb(213,138,212); }

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