#D58FD5

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

Shades of Plum #D58FD5

Tints of Plum #D58FD5

Color information

#D58FD5 (or 0xD58FD5) is unknown color: approx Plum. HEX triplet: D5, 8F and D5. RGB value is (213,143,213). Sum of RGB (Red+Green+Blue) = 213+143+213=569 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.43% from 569); Green value is 143 (56.25% from 255 or 25.13% from 569); Blue value is 213 (83.59% from 255 or 37.43% from 569); Max value from RGB is 213 - color contains mainly: red, blue. Hex color #D58FD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58FD5 is #2A702A. Grayscale: #ABABAB. Windows color (decimal): -2781227 or 13995989. OLE color: 13995989.

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

Color convert

RGB213143213-
CMYK00.3300.16
HSL300º45.45%69.8%-
HSV(B)300º32.86%83.53%-
XYZ49.2738.667.8-
YUV171.91151.19157.31-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.43%
GREEN value IS 143 (56.25% from 255) = 25.13%
BLUE value IS 213 (83.59% from 255) = 37.43%
R=37.43%
G=25.13%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314321300.3300.1630045.4569.8
HexD58FD502101012c2d46
Octal32521732504102045455106
Binary11010101100011111101010101000010100001001011001011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58FD5; }

 p { color: rgb(213,143,213); }

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

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

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

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

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

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

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