#DFA4DB

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

Shades of Plum #DFA4DB

Tints of Plum #DFA4DB

Color information

#DFA4DB (or 0xDFA4DB) is unknown color: approx Plum. HEX triplet: DF, A4 and DB. RGB value is (223,164,219). Sum of RGB (Red+Green+Blue) = 223+164+219=606 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.80% from 606); Green value is 164 (64.45% from 255 or 27.06% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA4DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA4DB is #205B24. Grayscale: #BBBBBB. Windows color (decimal): -2120485 or 14394591. OLE color: 14394591.

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

Color convert

RGB223164219-
CMYK00.260.020.13
HSL304.07º47.97%75.88%-
HSV(B)304.07º26.46%87.45%-
XYZ56.4947.3573.18-
YUV187.91145.55153.03-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.80%
GREEN value IS 164 (64.45% from 255) = 27.06%
BLUE value IS 219 (85.94% from 255) = 36.14%
R=36.80%
G=27.06%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316421900.260.020.13304.0747.9775.88
HexDFA4DB01A2D130304c
Octal33724433303221546060114
Binary1101111110100100110110110110101011011001100001100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA4DB; }

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

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

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

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

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

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

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

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