#DFA5DB

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

Shades of Plum #DFA5DB

Tints of Plum #DFA5DB

Color information

#DFA5DB (or 0xDFA5DB) is unknown color: approx Plum. HEX triplet: DF, A5 and DB. RGB value is (223,165,219). Sum of RGB (Red+Green+Blue) = 223+165+219=607 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.74% from 607); Green value is 165 (64.84% from 255 or 27.18% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA5DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA5DB is #205A24. Grayscale: #BCBCBC. Windows color (decimal): -2120229 or 14394847. OLE color: 14394847.

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

Color convert

RGB223165219-
CMYK00.260.020.13
HSL304.14º47.54%76.08%-
HSV(B)304.14º26.01%87.45%-
XYZ56.6747.7173.24-
YUV188.5145.22152.61-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.74%
GREEN value IS 165 (64.84% from 255) = 27.18%
BLUE value IS 219 (85.94% from 255) = 36.08%
R=36.74%
G=27.18%
B=36.08%

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
Decimal22316521900.260.020.13304.1447.5476.08
HexDFA5DB01A2D130304c
Octal33724533303221546060114
Binary1101111110100101110110110110101011011001100001100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA5DB; }

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

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

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

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

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

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

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

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