#DF8BDF

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

Shades of Plum #DF8BDF

Tints of Plum #DF8BDF

Color information

#DF8BDF (or 0xDF8BDF) is unknown color: approx Plum. HEX triplet: DF, 8B and DF. RGB value is (223,139,223). Sum of RGB (Red+Green+Blue) = 223+139+223=585 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.12% from 585); Green value is 139 (54.69% from 255 or 23.76% from 585); Blue value is 223 (87.5% from 255 or 38.12% from 585); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DF8BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8BDF is #207420. Grayscale: #ADADAD. Windows color (decimal): -2126881 or 14650335. OLE color: 14650335.

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

Color convert

RGB223139223-
CMYK00.3800.13
HSL300º56.76%70.98%-
HSV(B)300º37.67%87.45%-
XYZ52.9839.4874.64-
YUV173.69155.83163.17-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.12%
GREEN value IS 139 (54.69% from 255) = 23.76%
BLUE value IS 223 (87.5% from 255) = 38.12%
R=38.12%
G=23.76%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313922300.3800.1330056.7670.98
HexDF8BDF0260D12c3947
Octal33721333704601545471107
Binary1101111110001011110111110100110011011001011001110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8BDF; }

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

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

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

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

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

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

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

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