#D58FD0

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

Shades of Plum #D58FD0

Tints of Plum #D58FD0

Color information

#D58FD0 (or 0xD58FD0) is unknown color: approx Plum. HEX triplet: D5, 8F and D0. RGB value is (213,143,208). Sum of RGB (Red+Green+Blue) = 213+143+208=564 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.77% from 564); Green value is 143 (56.25% from 255 or 25.35% from 564); Blue value is 208 (81.64% from 255 or 36.88% from 564); Max value from RGB is 213 - color contains mainly: red. Hex color #D58FD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58FD0 is #2A702F. Grayscale: #ABABAB. Windows color (decimal): -2781232 or 13668309. OLE color: 13668309.

HSL color Cylindrical-coordinate representation of color #D58FD0: hue angle of 304.29º 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 #D58FD0 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB213143208-
CMYK00.330.020.16
HSL304.29º45.45%69.8%-
HSV(B)304.29º32.86%83.53%-
XYZ48.6538.3564.51-
YUV171.34148.69157.71-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.77%
GREEN value IS 143 (56.25% from 255) = 25.35%
BLUE value IS 208 (81.64% from 255) = 36.88%
R=37.77%
G=25.35%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314320800.330.020.16304.2945.4569.8
HexD58FD00212101302d46
Octal32521732004122046055106
Binary110101011000111111010000010000110100001001100001011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58FD0; }

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

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

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

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

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

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

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

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