#D58CD3

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

Shades of Plum #D58CD3

Tints of Plum #D58CD3

Color information

#D58CD3 (or 0xD58CD3) is unknown color: approx Plum. HEX triplet: D5, 8C and D3. RGB value is (213,140,211). Sum of RGB (Red+Green+Blue) = 213+140+211=564 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.77% from 564); Green value is 140 (55.08% from 255 or 24.82% from 564); Blue value is 211 (82.81% from 255 or 37.41% from 564); Max value from RGB is 213 - color contains mainly: red. Hex color #D58CD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58CD3 is #2A732C. Grayscale: #A9A9A9. Windows color (decimal): -2781997 or 13864149. OLE color: 13864149.

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

Color convert

RGB213140211-
CMYK00.340.010.16
HSL301.64º46.5%69.22%-
HSV(B)301.64º34.27%83.53%-
XYZ48.5837.6166.33-
YUV169.92151.18158.73-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.77%
GREEN value IS 140 (55.08% from 255) = 24.82%
BLUE value IS 211 (82.81% from 255) = 37.41%
R=37.77%
G=24.82%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314021100.340.010.16301.6446.569.22
HexD58CD302211012e2e45
Octal32521432304212045656105
Binary11010101100011001101001101000101100001001011101011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58CD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58CD3; }

 p { color: rgb(213,140,211); }

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

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

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

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

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

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

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