#D58CD0

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

Shades of Plum #D58CD0

Tints of Plum #D58CD0

Color information

#D58CD0 (or 0xD58CD0) is unknown color: approx Plum. HEX triplet: D5, 8C and D0. RGB value is (213,140,208). Sum of RGB (Red+Green+Blue) = 213+140+208=561 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.97% from 561); Green value is 140 (55.08% from 255 or 24.96% from 561); Blue value is 208 (81.64% from 255 or 37.08% from 561); Max value from RGB is 213 - color contains mainly: red. Hex color #D58CD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58CD0 is #2A732F. Grayscale: #A9A9A9. Windows color (decimal): -2782000 or 13667541. OLE color: 13667541.

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

Color convert

RGB213140208-
CMYK00.340.020.16
HSL304.11º46.5%69.22%-
HSV(B)304.11º34.27%83.53%-
XYZ48.237.4664.36-
YUV169.58149.68158.97-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.97%
GREEN value IS 140 (55.08% from 255) = 24.96%
BLUE value IS 208 (81.64% from 255) = 37.08%
R=37.97%
G=24.96%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314020800.340.020.16304.1146.569.22
HexD58CD00222101302e45
Octal32521432004222046056105
Binary110101011000110011010000010001010100001001100001011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58CD0; }

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

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

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

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

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

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

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

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