#DFA4DE

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

Shades of Plum #DFA4DE

Tints of Plum #DFA4DE

Color information

#DFA4DE (or 0xDFA4DE) is unknown color: approx Plum. HEX triplet: DF, A4 and DE. RGB value is (223,164,222). Sum of RGB (Red+Green+Blue) = 223+164+222=609 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.62% from 609); Green value is 164 (64.45% from 255 or 26.93% from 609); Blue value is 222 (87.11% from 255 or 36.45% from 609); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA4DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA4DE is #205B21. Grayscale: #BCBCBC. Windows color (decimal): -2120482 or 14591199. OLE color: 14591199.

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

Color convert

RGB223164222-
CMYK00.260.000.13
HSL301.02º47.97%75.88%-
HSV(B)301.02º26.46%87.45%-
XYZ56.8947.5175.28-
YUV188.25147.05152.78-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.62%
GREEN value IS 164 (64.45% from 255) = 26.93%
BLUE value IS 222 (87.11% from 255) = 36.45%
R=36.62%
G=26.93%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316422200.260.000.13301.0247.9775.88
HexDFA4DE01A0D12d304c
Octal33724433603201545560114
Binary110111111010010011011110011010011011001011011100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA4DE; }

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

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

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

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

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

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

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

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