#DFA6DD

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

Shades of Plum #DFA6DD

Tints of Plum #DFA6DD

Color information

#DFA6DD (or 0xDFA6DD) is unknown color: approx Plum. HEX triplet: DF, A6 and DD. RGB value is (223,166,221). Sum of RGB (Red+Green+Blue) = 223+166+221=610 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.56% from 610); Green value is 166 (65.23% from 255 or 27.21% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA6DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA6DD is #205922. Grayscale: #BDBDBD. Windows color (decimal): -2119971 or 14526175. OLE color: 14526175.

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

Color convert

RGB223166221-
CMYK00.260.010.13
HSL302.11º47.11%76.27%-
HSV(B)302.11º25.56%87.45%-
XYZ57.1248.1874.7-
YUV189.31145.88152.03-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.56%
GREEN value IS 166 (65.23% from 255) = 27.21%
BLUE value IS 221 (86.72% from 255) = 36.23%
R=36.56%
G=27.21%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316622100.260.010.13302.1147.1176.27
HexDFA6DD01A1D12e2f4c
Octal33724633503211545657114
Binary110111111010011011011101011010111011001011101011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA6DD; }

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

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

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

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

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

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

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

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