#df8fde

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

Shades of Plum #DF8FDE

Tints of Plum #DF8FDE

Color information

#DF8FDE (or 0xDF8FDE) is unknown color: approx Plum. HEX triplet: DF, 8F and DE. RGB value is (223,143,222). Sum of RGB (Red+Green+Blue) = 223+143+222=588 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.93% from 588); Green value is 143 (56.25% from 255 or 24.32% from 588); Blue value is 222 (87.11% from 255 or 37.76% from 588); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8FDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8FDE is #207021. Grayscale: #AFAFAF. Windows color (decimal): -2125858 or 14585823. OLE color: 14585823.

HSL color Cylindrical-coordinate representation of color #DF8FDE: hue angle of 300.75º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DF8FDE is Cyan = 0, Magento = 0.36, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB223143222-
CMYK00.360.000.13
HSL300.75º55.56%71.76%-
HSV(B)300.75º35.87%87.45%-
XYZ53.4440.6174.13-
YUV175.93154161.58-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.93%
GREEN value IS 143 (56.25% from 255) = 24.32%
BLUE value IS 222 (87.11% from 255) = 37.76%
R=37.93%
G=24.32%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314322200.360.000.13300.7555.5671.76
HexDF8FDE0240D12d3848
Octal33721733604401545570110
Binary1101111110001111110111100100100011011001011011110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df8fde

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df8fde; }

 p { color: rgb(223,143,222); }

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

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

 a { background-color: rgb(223,143,222); }

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

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

 span { border-color: rgb(223,143,222); }

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