#D58FD8

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

Shades of Plum #D58FD8

Tints of Plum #D58FD8

Color information

#D58FD8 (or 0xD58FD8) is unknown color: approx Plum. HEX triplet: D5, 8F and D8. RGB value is (213,143,216). Sum of RGB (Red+Green+Blue) = 213+143+216=572 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.24% from 572); Green value is 143 (56.25% from 255 or 25% from 572); Blue value is 216 (84.77% from 255 or 37.76% from 572); Max value from RGB is 216 - color contains mainly: blue. Hex color #D58FD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58FD8 is #2A7027. Grayscale: #ACACAC. Windows color (decimal): -2781224 or 14192597. OLE color: 14192597.

HSL color Cylindrical-coordinate representation of color #D58FD8: hue angle of 297.53º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D58FD8 is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB213143216-
CMYK0.010.3400.15
HSL297.53º48.34%70.39%-
HSV(B)297.53º33.8%84.71%-
XYZ49.6638.7569.83-
YUV172.25152.69157.06-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.24%
GREEN value IS 143 (56.25% from 255) = 25%
BLUE value IS 216 (84.77% from 255) = 37.76%
R=37.24%
G=25%
B=37.76%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2131432160.010.3400.15297.5348.3470.39
HexD58FD81220F12a3046
Octal32521733014201745260106
Binary1101010110001111110110001100010011111001010101100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58FD8; }

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

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

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

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

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

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

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

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