#DFA4DA

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

Shades of Plum #DFA4DA

Tints of Plum #DFA4DA

Color information

#DFA4DA (or 0xDFA4DA) is unknown color: approx Plum. HEX triplet: DF, A4 and DA. RGB value is (223,164,218). Sum of RGB (Red+Green+Blue) = 223+164+218=605 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.86% from 605); Green value is 164 (64.45% from 255 or 27.11% from 605); Blue value is 218 (85.55% from 255 or 36.03% from 605); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA4DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA4DA is #205B25. Grayscale: #BBBBBB. Windows color (decimal): -2120486 or 14329055. OLE color: 14329055.

HSL color Cylindrical-coordinate representation of color #DFA4DA: hue angle of 305.08º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFA4DA is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB223164218-
CMYK00.260.020.13
HSL305.08º47.97%75.88%-
HSV(B)305.08º26.46%87.45%-
XYZ56.3647.372.49-
YUV187.8145.05153.11-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.86%
GREEN value IS 164 (64.45% from 255) = 27.11%
BLUE value IS 218 (85.55% from 255) = 36.03%
R=36.86%
G=27.11%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316421800.260.020.13305.0847.9775.88
HexDFA4DA01A2D131304c
Octal33724433203221546160114
Binary1101111110100100110110100110101011011001100011100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA4DA; }

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

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

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

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

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

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

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

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