#DF9FD8

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

Shades of Plum #DF9FD8

Tints of Plum #DF9FD8

Color information

#DF9FD8 (or 0xDF9FD8) is unknown color: approx Plum. HEX triplet: DF, 9F and D8. RGB value is (223,159,216). Sum of RGB (Red+Green+Blue) = 223+159+216=598 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.29% from 598); Green value is 159 (62.5% from 255 or 26.59% from 598); Blue value is 216 (84.77% from 255 or 36.12% from 598); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9FD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9FD8 is #206027. Grayscale: #B8B8B8. Windows color (decimal): -2121768 or 14196703. OLE color: 14196703.

HSL color Cylindrical-coordinate representation of color #DF9FD8: hue angle of 306.56º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DF9FD8 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB223159216-
CMYK00.290.030.13
HSL306.56º50%74.9%-
HSV(B)306.56º28.7%87.45%-
XYZ55.2245.4470.83-
YUV184.63145.7155.37-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.29%
GREEN value IS 159 (62.5% from 255) = 26.59%
BLUE value IS 216 (84.77% from 255) = 36.12%
R=37.29%
G=26.59%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315921600.290.030.13306.565074.9
HexDF9FD801D3D133324b
Octal33723733003531546362113
Binary1101111110011111110110000111011111011001100111100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9FD8; }

 p { color: rgb(223,159,216); }

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

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

 a { background-color: rgb(223,159,216); }

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

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

 span { border-color: rgb(223,159,216); }

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