#DFA0DA

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

Shades of Plum #DFA0DA

Tints of Plum #DFA0DA

Color information

#DFA0DA (or 0xDFA0DA) is unknown color: approx Plum. HEX triplet: DF, A0 and DA. RGB value is (223,160,218). Sum of RGB (Red+Green+Blue) = 223+160+218=601 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.10% from 601); Green value is 160 (62.89% from 255 or 26.62% from 601); Blue value is 218 (85.55% from 255 or 36.27% from 601); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA0DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA0DA is #205F25. Grayscale: #B9B9B9. Windows color (decimal): -2121510 or 14328031. OLE color: 14328031.

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

Color convert

RGB223160218-
CMYK00.280.020.13
HSL304.76º49.61%75.1%-
HSV(B)304.76º28.25%87.45%-
XYZ55.6645.8972.25-
YUV185.45146.37154.78-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.10%
GREEN value IS 160 (62.89% from 255) = 26.62%
BLUE value IS 218 (85.55% from 255) = 36.27%
R=37.10%
G=26.62%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316021800.280.020.13304.7649.6175.1
HexDFA0DA01C2D131324b
Octal33724033203421546162113
Binary1101111110100000110110100111001011011001100011100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA0DA; }

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

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

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

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

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

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

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

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