#D58ADF

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

Shades of Plum #D58ADF

Tints of Plum #D58ADF

Color information

#D58ADF (or 0xD58ADF) is unknown color: approx Plum. HEX triplet: D5, 8A and DF. RGB value is (213,138,223). Sum of RGB (Red+Green+Blue) = 213+138+223=574 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.11% from 574); Green value is 138 (54.30% from 255 or 24.04% from 574); Blue value is 223 (87.5% from 255 or 38.85% from 574); Max value from RGB is 223 - color contains mainly: blue. Hex color #D58ADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58ADF is #2A7520. Grayscale: #A9A9A9. Windows color (decimal): -2782497 or 14650069. OLE color: 14650069.

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

Color convert

RGB213138223-
CMYK0.040.3800.13
HSL292.94º57.05%70.78%-
HSV(B)292.94º38.12%87.45%-
XYZ49.8537.6574.45-
YUV170.11157.85158.59-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.11%
GREEN value IS 138 (54.30% from 255) = 24.04%
BLUE value IS 223 (87.5% from 255) = 38.85%
R=37.11%
G=24.04%
B=38.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2131382230.040.3800.13292.9457.0570.78
HexD58ADF4260D1253947
Octal32521233744601544571107
Binary110101011000101011011111100100110011011001001011110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58ADF; }

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

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

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

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

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

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

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

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