#DF8FCC

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

Shades of Plum #DF8FCC

Tints of Plum #DF8FCC

Color information

#DF8FCC (or 0xDF8FCC) is unknown color: approx Plum. HEX triplet: DF, 8F and CC. RGB value is (223,143,204). Sum of RGB (Red+Green+Blue) = 223+143+204=570 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.12% from 570); Green value is 143 (56.25% from 255 or 25.09% from 570); Blue value is 204 (80.08% from 255 or 35.79% from 570); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8FCC is #207033. Grayscale: #ADADAD. Windows color (decimal): -2125876 or 13406175. OLE color: 13406175.

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

Color convert

RGB223143204-
CMYK00.360.090.13
HSL314.25º55.56%71.76%-
HSV(B)314.25º35.87%87.45%-
XYZ51.1539.6962.09-
YUV173.87145163.04-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.12%
GREEN value IS 143 (56.25% from 255) = 25.09%
BLUE value IS 204 (80.08% from 255) = 35.79%
R=39.12%
G=25.09%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314320400.360.090.13314.2555.5671.76
HexDF8FCC0249D13a3848
Octal337217314044111547270110
Binary1101111110001111110011000100100100111011001110101110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8FCC; }

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

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

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

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

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

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

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

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