#DFA3DA

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

Shades of Plum #DFA3DA

Tints of Plum #DFA3DA

Color information

#DFA3DA (or 0xDFA3DA) is unknown color: approx Plum. HEX triplet: DF, A3 and DA. RGB value is (223,163,218). Sum of RGB (Red+Green+Blue) = 223+163+218=604 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.92% from 604); Green value is 163 (64.06% from 255 or 26.99% from 604); Blue value is 218 (85.55% from 255 or 36.09% from 604); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA3DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA3DA is #205C25. Grayscale: #BBBBBB. Windows color (decimal): -2120742 or 14328799. OLE color: 14328799.

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

Color convert

RGB223163218-
CMYK00.270.020.13
HSL305º48.39%75.69%-
HSV(B)305º26.91%87.45%-
XYZ56.1846.9472.43-
YUV187.21145.38153.53-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.92%
GREEN value IS 163 (64.06% from 255) = 26.99%
BLUE value IS 218 (85.55% from 255) = 36.09%
R=36.92%
G=26.99%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316321800.270.020.1330548.3975.69
HexDFA3DA01B2D131304c
Octal33724333203321546160114
Binary1101111110100011110110100110111011011001100011100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA3DA; }

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

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

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

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

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

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

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

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