#DF8FD5

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

Shades of Plum #DF8FD5

Tints of Plum #DF8FD5

Color information

#DF8FD5 (or 0xDF8FD5) is unknown color: approx Plum. HEX triplet: DF, 8F and D5. RGB value is (223,143,213). Sum of RGB (Red+Green+Blue) = 223+143+213=579 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.51% from 579); Green value is 143 (56.25% from 255 or 24.70% from 579); Blue value is 213 (83.59% from 255 or 36.79% from 579); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8FD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8FD5 is #20702A. Grayscale: #AEAEAE. Windows color (decimal): -2125867 or 13995999. OLE color: 13995999.

HSL color Cylindrical-coordinate representation of color #DF8FD5: hue angle of 307.5º 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 #DF8FD5 is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB223143213-
CMYK00.360.040.13
HSL307.5º55.56%71.76%-
HSV(B)307.5º35.87%87.45%-
XYZ52.2640.1467.94-
YUV174.9149.5162.31-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.51%
GREEN value IS 143 (56.25% from 255) = 24.70%
BLUE value IS 213 (83.59% from 255) = 36.79%
R=38.51%
G=24.70%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314321300.360.040.13307.555.5671.76
HexDF8FD50244D1343848
Octal33721732504441546470110
Binary110111111000111111010101010010010011011001101001110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8FD5; }

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

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

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

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

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

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

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

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