#DFA3DC

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

Shades of Plum #DFA3DC

Tints of Plum #DFA3DC

Color information

#DFA3DC (or 0xDFA3DC) is unknown color: approx Plum. HEX triplet: DF, A3 and DC. RGB value is (223,163,220). Sum of RGB (Red+Green+Blue) = 223+163+220=606 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.80% from 606); Green value is 163 (64.06% from 255 or 26.90% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA3DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA3DC is #205C23. Grayscale: #BBBBBB. Windows color (decimal): -2120740 or 14459871. OLE color: 14459871.

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

Color convert

RGB223163220-
CMYK00.270.010.13
HSL303º48.39%75.69%-
HSV(B)303º26.91%87.45%-
XYZ56.4547.0573.82-
YUV187.44146.38153.37-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.80%
GREEN value IS 163 (64.06% from 255) = 26.90%
BLUE value IS 220 (86.33% from 255) = 36.30%
R=36.80%
G=26.90%
B=36.30%

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
Decimal22316322000.270.010.1330348.3975.69
HexDFA3DC01B1D12f304c
Octal33724333403311545760114
Binary110111111010001111011100011011111011001011111100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA3DC; }

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

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

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

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

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

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

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

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