#DF8BD9

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

Shades of Plum #DF8BD9

Tints of Plum #DF8BD9

Color information

#DF8BD9 (or 0xDF8BD9) is unknown color: approx Plum. HEX triplet: DF, 8B and D9. RGB value is (223,139,217). Sum of RGB (Red+Green+Blue) = 223+139+217=579 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.51% from 579); Green value is 139 (54.69% from 255 or 24.01% from 579); Blue value is 217 (85.16% from 255 or 37.48% from 579); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8BD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8BD9 is #207426. Grayscale: #ACACAC. Windows color (decimal): -2126887 or 14257119. OLE color: 14257119.

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

Color convert

RGB223139217-
CMYK00.380.030.13
HSL304.29º56.76%70.98%-
HSV(B)304.29º37.67%87.45%-
XYZ52.1939.1670.45-
YUV173.01152.83163.66-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.51%
GREEN value IS 139 (54.69% from 255) = 24.01%
BLUE value IS 217 (85.16% from 255) = 37.48%
R=38.51%
G=24.01%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313921700.380.030.13304.2956.7670.98
HexDF8BD90263D1303947
Octal33721333104631546071107
Binary11011111100010111101100101001101111011001100001110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8BD9; }

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

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

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

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

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

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

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

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