#DFA3DD

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

Shades of Plum #DFA3DD

Tints of Plum #DFA3DD

Color information

#DFA3DD (or 0xDFA3DD) is unknown color: approx Plum. HEX triplet: DF, A3 and DD. RGB value is (223,163,221). Sum of RGB (Red+Green+Blue) = 223+163+221=607 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.74% from 607); Green value is 163 (64.06% from 255 or 26.85% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA3DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA3DD is #205C22. Grayscale: #BBBBBB. Windows color (decimal): -2120739 or 14525407. OLE color: 14525407.

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

Color convert

RGB223163221-
CMYK00.270.010.13
HSL302º48.39%75.69%-
HSV(B)302º26.91%87.45%-
XYZ56.5847.174.52-
YUV187.55146.88153.28-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.74%
GREEN value IS 163 (64.06% from 255) = 26.85%
BLUE value IS 221 (86.72% from 255) = 36.41%
R=36.74%
G=26.85%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316322100.270.010.1330248.3975.69
HexDFA3DD01B1D12e304c
Octal33724333503311545660114
Binary110111111010001111011101011011111011001011101100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA3DD; }

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

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

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

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

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

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

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

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