#DFA5EA

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

Shades of Plum #DFA5EA

Tints of Plum #DFA5EA

Color information

#DFA5EA (or 0xDFA5EA) is unknown color: approx Plum. HEX triplet: DF, A5 and EA. RGB value is (223,165,234). Sum of RGB (Red+Green+Blue) = 223+165+234=622 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.85% from 622); Green value is 165 (64.84% from 255 or 26.53% from 622); Blue value is 234 (91.80% from 255 or 37.62% from 622); Max value from RGB is 234 - color contains mainly: blue. Hex color #DFA5EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA5EA is #205A15. Grayscale: #BDBDBD. Windows color (decimal): -2120214 or 15377887. OLE color: 15377887.

HSL color Cylindrical-coordinate representation of color #DFA5EA: hue angle of 290.43º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DFA5EA is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB223165234-
CMYK0.050.2900.08
HSL290.43º62.16%78.24%-
HSV(B)290.43º29.49%91.76%-
XYZ58.7448.5484.11-
YUV190.21152.72151.39-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.85%
GREEN value IS 165 (64.84% from 255) = 26.53%
BLUE value IS 234 (91.80% from 255) = 37.62%
R=35.85%
G=26.53%
B=37.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2231652340.050.2900.08290.4362.1678.24
HexDFA5EA51D081223e4e
Octal33724535253501044276116
Binary11011111101001011110101010111101010001001000101111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA5EA; }

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

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

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

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

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

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

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

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