#DFA2DB

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

Shades of Plum #DFA2DB

Tints of Plum #DFA2DB

Color information

#DFA2DB (or 0xDFA2DB) is unknown color: approx Plum. HEX triplet: DF, A2 and DB. RGB value is (223,162,219). Sum of RGB (Red+Green+Blue) = 223+162+219=604 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.92% from 604); Green value is 162 (63.67% from 255 or 26.82% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA2DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA2DB is #205D24. Grayscale: #BABABA. Windows color (decimal): -2120997 or 14394079. OLE color: 14394079.

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

Color convert

RGB223162219-
CMYK00.270.020.13
HSL303.93º48.8%75.49%-
HSV(B)303.93º27.35%87.45%-
XYZ56.1446.6473.06-
YUV186.74146.21153.87-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.92%
GREEN value IS 162 (63.67% from 255) = 26.82%
BLUE value IS 219 (85.94% from 255) = 36.26%
R=36.92%
G=26.82%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316221900.270.020.13303.9348.875.49
HexDFA2DB01B2D130314b
Octal33724233303321546061113
Binary1101111110100010110110110110111011011001100001100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA2DB; }

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

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

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

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

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

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

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

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