#DFA0ED

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

Shades of Plum #DFA0ED

Tints of Plum #DFA0ED

Color information

#DFA0ED (or 0xDFA0ED) is unknown color: approx Plum. HEX triplet: DF, A0 and ED. RGB value is (223,160,237). Sum of RGB (Red+Green+Blue) = 223+160+237=620 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.97% from 620); Green value is 160 (62.89% from 255 or 25.81% from 620); Blue value is 237 (92.97% from 255 or 38.23% from 620); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFA0ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA0ED is #205F12. Grayscale: #BBBBBB. Windows color (decimal): -2121491 or 15573215. OLE color: 15573215.

HSL color Cylindrical-coordinate representation of color #DFA0ED: hue angle of 289.09º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DFA0ED is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB223160237-
CMYK0.060.3200.07
HSL289.09º68.14%77.84%-
HSV(B)289.09º32.49%92.94%-
XYZ58.2946.9486.11-
YUV187.61155.87153.24-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.97%
GREEN value IS 160 (62.89% from 255) = 25.81%
BLUE value IS 237 (92.97% from 255) = 38.23%
R=35.97%
G=25.81%
B=38.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2231602370.060.3200.07289.0968.1477.84
HexDFA0ED62007121444e
Octal33724035564007441104116
Binary110111111010000011101101110100000011110010000110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA0ED; }

 p { color: rgb(223,160,237); }

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

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

 a { background-color: rgb(223,160,237); }

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

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

 span { border-color: rgb(223,160,237); }

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