#DFA5E0

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

Shades of Plum #DFA5E0

Tints of Plum #DFA5E0

Color information

#DFA5E0 (or 0xDFA5E0) is unknown color: approx Plum. HEX triplet: DF, A5 and E0. RGB value is (223,165,224). Sum of RGB (Red+Green+Blue) = 223+165+224=612 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.44% from 612); Green value is 165 (64.84% from 255 or 26.96% from 612); Blue value is 224 (87.89% from 255 or 36.60% from 612); Max value from RGB is 224 - color contains mainly: blue. Hex color #DFA5E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA5E0 is #205A1F. Grayscale: #BCBCBC. Windows color (decimal): -2120224 or 14722527. OLE color: 14722527.

HSL color Cylindrical-coordinate representation of color #DFA5E0: hue angle of 298.98º degrees, saturation: 0.49, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFA5E0 is Cyan = 0.00, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB223165224-
CMYK0.000.2600.12
HSL298.98º48.76%76.27%-
HSV(B)298.98º26.34%87.84%-
XYZ57.3447.9876.76-
YUV189.07147.72152.2-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.44%
GREEN value IS 165 (64.84% from 255) = 26.96%
BLUE value IS 224 (87.89% from 255) = 36.60%
R=36.44%
G=26.96%
B=36.60%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2231652240.000.2600.12298.9848.7676.27
HexDFA5E001A0C12b314c
Octal33724534003201445361114
Binary110111111010010111100000011010011001001010111100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA5E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA5E0; }

 p { color: rgb(223,165,224); }

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

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

 a { background-color: rgb(223,165,224); }

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

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

 span { border-color: rgb(223,165,224); }

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