#DFA0DC

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

Shades of Plum #DFA0DC

Tints of Plum #DFA0DC

Color information

#DFA0DC (or 0xDFA0DC) is unknown color: approx Plum. HEX triplet: DF, A0 and DC. RGB value is (223,160,220). Sum of RGB (Red+Green+Blue) = 223+160+220=603 (79% of max value = 765). Red value is 223 (87.5% from 255 or 36.98% from 603); Green value is 160 (62.89% from 255 or 26.53% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA0DC is #205F23. Grayscale: #B9B9B9. Windows color (decimal): -2121508 or 14459103. OLE color: 14459103.

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

Color convert

RGB223160220-
CMYK00.280.010.13
HSL302.86º49.61%75.1%-
HSV(B)302.86º28.25%87.45%-
XYZ55.924673.64-
YUV185.68147.37154.62-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.98%
GREEN value IS 160 (62.89% from 255) = 26.53%
BLUE value IS 220 (86.33% from 255) = 36.48%
R=36.98%
G=26.53%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316022000.280.010.13302.8649.6175.1
HexDFA0DC01C1D12f324b
Octal33724033403411545762113
Binary110111111010000011011100011100111011001011111100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA0DC; }

 p { color: rgb(223,160,220); }

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

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

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

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

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

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

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