#D58CD4

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

Shades of Plum #D58CD4

Tints of Plum #D58CD4

Color information

#D58CD4 (or 0xD58CD4) is unknown color: approx Plum. HEX triplet: D5, 8C and D4. RGB value is (213,140,212). Sum of RGB (Red+Green+Blue) = 213+140+212=565 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.70% from 565); Green value is 140 (55.08% from 255 or 24.78% from 565); Blue value is 212 (83.20% from 255 or 37.52% from 565); Max value from RGB is 213 - color contains mainly: red. Hex color #D58CD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58CD4 is #2A732B. Grayscale: #A9A9A9. Windows color (decimal): -2781996 or 13929685. OLE color: 13929685.

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

Color convert

RGB213140212-
CMYK00.340.000.16
HSL300.82º46.5%69.22%-
HSV(B)300.82º34.27%83.53%-
XYZ48.737.6666.99-
YUV170.04151.68158.65-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.70%
GREEN value IS 140 (55.08% from 255) = 24.78%
BLUE value IS 212 (83.20% from 255) = 37.52%
R=37.70%
G=24.78%
B=37.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.00
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314021200.340.000.16300.8246.569.22
HexD58CD402201012d2e45
Octal32521432404202045556105
Binary11010101100011001101010001000100100001001011011011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58CD4; }

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

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

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

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

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

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

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

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