#DFA8DB

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

Shades of Plum #DFA8DB

Tints of Plum #DFA8DB

Color information

#DFA8DB (or 0xDFA8DB) is unknown color: approx Plum. HEX triplet: DF, A8 and DB. RGB value is (223,168,219). Sum of RGB (Red+Green+Blue) = 223+168+219=610 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.56% from 610); Green value is 168 (66.02% from 255 or 27.54% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA8DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA8DB is #205724. Grayscale: #BEBEBE. Windows color (decimal): -2119461 or 14395615. OLE color: 14395615.

HSL color Cylindrical-coordinate representation of color #DFA8DB: hue angle of 304.36º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFA8DB is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB223168219-
CMYK00.250.020.13
HSL304.36º46.22%76.67%-
HSV(B)304.36º24.66%87.45%-
XYZ57.2248.8173.42-
YUV190.26144.22151.35-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.56%
GREEN value IS 168 (66.02% from 255) = 27.54%
BLUE value IS 219 (85.94% from 255) = 35.90%
R=36.56%
G=27.54%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316821900.250.020.13304.3646.2276.67
HexDFA8DB0192D1302e4d
Octal33725033303121546056115
Binary1101111110101000110110110110011011011001100001011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA8DB; }

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

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

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

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

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

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

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

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