#DFA1ED

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

Shades of Plum #DFA1ED

Tints of Plum #DFA1ED

Color information

#DFA1ED (or 0xDFA1ED) is unknown color: approx Plum. HEX triplet: DF, A1 and ED. RGB value is (223,161,237). Sum of RGB (Red+Green+Blue) = 223+161+237=621 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.91% from 621); Green value is 161 (63.28% from 255 or 25.93% from 621); Blue value is 237 (92.97% from 255 or 38.16% from 621); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFA1ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA1ED is #205E12. Grayscale: #BBBBBB. Windows color (decimal): -2121235 or 15573471. OLE color: 15573471.

HSL color Cylindrical-coordinate representation of color #DFA1ED: hue angle of 288.95º 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 #DFA1ED is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB223161237-
CMYK0.060.3200.07
HSL288.95º67.86%78.04%-
HSV(B)288.95º32.07%92.94%-
XYZ58.4647.2986.17-
YUV188.2155.54152.82-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.91%
GREEN value IS 161 (63.28% from 255) = 25.93%
BLUE value IS 237 (92.97% from 255) = 38.16%
R=35.91%
G=25.93%
B=38.16%

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
Decimal2231612370.060.3200.07288.9567.8678.04
HexDFA1ED62007121444e
Octal33724135564007441104116
Binary110111111010000111101101110100000011110010000110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA1ED; }

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

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

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

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

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

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

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

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