#D58FCF

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

Shades of Plum #D58FCF

Tints of Plum #D58FCF

Color information

#D58FCF (or 0xD58FCF) is unknown color: approx Plum. HEX triplet: D5, 8F and CF. RGB value is (213,143,207). Sum of RGB (Red+Green+Blue) = 213+143+207=563 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.83% from 563); Green value is 143 (56.25% from 255 or 25.40% from 563); Blue value is 207 (81.25% from 255 or 36.77% from 563); Max value from RGB is 213 - color contains mainly: red. Hex color #D58FCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58FCF is #2A7030. Grayscale: #ABABAB. Windows color (decimal): -2781233 or 13602773. OLE color: 13602773.

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

Color convert

RGB213143207-
CMYK00.330.030.16
HSL305.14º45.45%69.8%-
HSV(B)305.14º32.86%83.53%-
XYZ48.5338.363.87-
YUV171.23148.19157.8-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.83%
GREEN value IS 143 (56.25% from 255) = 25.40%
BLUE value IS 207 (81.25% from 255) = 36.77%
R=37.83%
G=25.40%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314320700.330.030.16305.1445.4569.8
HexD58FCF0213101312d46
Octal32521731704132046155106
Binary110101011000111111001111010000111100001001100011011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58FCF; }

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

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

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

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

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

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

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

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