#DF8CD9

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

Shades of Plum #DF8CD9

Tints of Plum #DF8CD9

Color information

#DF8CD9 (or 0xDF8CD9) is unknown color: approx Plum. HEX triplet: DF, 8C and D9. RGB value is (223,140,217). Sum of RGB (Red+Green+Blue) = 223+140+217=580 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.45% from 580); Green value is 140 (55.08% from 255 or 24.14% from 580); Blue value is 217 (85.16% from 255 or 37.41% from 580); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8CD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8CD9 is #207326. Grayscale: #ADADAD. Windows color (decimal): -2126631 or 14257375. OLE color: 14257375.

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

Color convert

RGB223140217-
CMYK00.370.030.13
HSL304.34º56.46%71.18%-
HSV(B)304.34º37.22%87.45%-
XYZ52.3339.4570.5-
YUV173.59152.5163.24-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.45%
GREEN value IS 140 (55.08% from 255) = 24.14%
BLUE value IS 217 (85.16% from 255) = 37.41%
R=38.45%
G=24.14%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314021700.370.030.13304.3456.4671.18
HexDF8CD90253D1303847
Octal33721433104531546070107
Binary11011111100011001101100101001011111011001100001110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8CD9; }

 p { color: rgb(223,140,217); }

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

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

 a { background-color: rgb(223,140,217); }

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

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

 span { border-color: rgb(223,140,217); }

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