#DFA5DA

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

Shades of Plum #DFA5DA

Tints of Plum #DFA5DA

Color information

#DFA5DA (or 0xDFA5DA) is unknown color: approx Plum. HEX triplet: DF, A5 and DA. RGB value is (223,165,218). Sum of RGB (Red+Green+Blue) = 223+165+218=606 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.80% from 606); Green value is 165 (64.84% from 255 or 27.23% from 606); Blue value is 218 (85.55% from 255 or 35.97% from 606); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA5DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA5DA is #205A25. Grayscale: #BCBCBC. Windows color (decimal): -2120230 or 14329311. OLE color: 14329311.

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

Color convert

RGB223165218-
CMYK00.260.020.13
HSL305.17º47.54%76.08%-
HSV(B)305.17º26.01%87.45%-
XYZ56.5447.6672.55-
YUV188.38144.72152.69-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.80%
GREEN value IS 165 (64.84% from 255) = 27.23%
BLUE value IS 218 (85.55% from 255) = 35.97%
R=36.80%
G=27.23%
B=35.97%

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
Decimal22316521800.260.020.13305.1747.5476.08
HexDFA5DA01A2D131304c
Octal33724533203221546160114
Binary1101111110100101110110100110101011011001100011100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA5DA; }

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

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

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

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

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

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

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

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