#DFA1DB

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

Shades of Plum #DFA1DB

Tints of Plum #DFA1DB

Color information

#DFA1DB (or 0xDFA1DB) is unknown color: approx Plum. HEX triplet: DF, A1 and DB. RGB value is (223,161,219). Sum of RGB (Red+Green+Blue) = 223+161+219=603 (79% of max value = 765). Red value is 223 (87.5% from 255 or 36.98% from 603); Green value is 161 (63.28% from 255 or 26.70% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA1DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA1DB is #205E24. Grayscale: #B9B9B9. Windows color (decimal): -2121253 or 14393823. OLE color: 14393823.

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

Color convert

RGB223161219-
CMYK00.280.020.13
HSL303.87º49.21%75.29%-
HSV(B)303.87º27.8%87.45%-
XYZ55.9646.2973-
YUV186.15146.54154.28-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.98%
GREEN value IS 161 (63.28% from 255) = 26.70%
BLUE value IS 219 (85.94% from 255) = 36.32%
R=36.98%
G=26.70%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316121900.280.020.13303.8749.2175.29
HexDFA1DB01C2D130314b
Octal33724133303421546061113
Binary1101111110100001110110110111001011011001100001100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA1DB; }

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

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

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

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

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

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

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

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