#DFA7DE

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

Shades of Plum #DFA7DE

Tints of Plum #DFA7DE

Color information

#DFA7DE (or 0xDFA7DE) is unknown color: approx Plum. HEX triplet: DF, A7 and DE. RGB value is (223,167,222). Sum of RGB (Red+Green+Blue) = 223+167+222=612 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.44% from 612); Green value is 167 (65.62% from 255 or 27.29% from 612); Blue value is 222 (87.11% from 255 or 36.27% from 612); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA7DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA7DE is #205821. Grayscale: #BDBDBD. Windows color (decimal): -2119714 or 14591967. OLE color: 14591967.

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

Color convert

RGB223167222-
CMYK00.250.000.13
HSL301.07º46.67%76.47%-
HSV(B)301.07º25.11%87.45%-
XYZ57.4348.675.46-
YUV190.01146.05151.53-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.44%
GREEN value IS 167 (65.62% from 255) = 27.29%
BLUE value IS 222 (87.11% from 255) = 36.27%
R=36.44%
G=27.29%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316722200.250.000.13301.0746.6776.47
HexDFA7DE0190D12d2f4c
Octal33724733603101545557114
Binary110111111010011111011110011001011011001011011011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA7DE; }

 p { color: rgb(223,167,222); }

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

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

 a { background-color: rgb(223,167,222); }

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

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

 span { border-color: rgb(223,167,222); }

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