#DF8ADE

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

Shades of Plum #DF8ADE

Tints of Plum #DF8ADE

Color information

#DF8ADE (or 0xDF8ADE) is unknown color: approx Plum. HEX triplet: DF, 8A and DE. RGB value is (223,138,222). Sum of RGB (Red+Green+Blue) = 223+138+222=583 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.25% from 583); Green value is 138 (54.30% from 255 or 23.67% from 583); Blue value is 222 (87.11% from 255 or 38.08% from 583); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8ADE is #207521. Grayscale: #ACACAC. Windows color (decimal): -2127138 or 14584543. OLE color: 14584543.

HSL color Cylindrical-coordinate representation of color #DF8ADE: hue angle of 300.71º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DF8ADE is Cyan = 0, Magento = 0.38, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB223138222-
CMYK00.380.000.13
HSL300.71º57.05%70.78%-
HSV(B)300.71º38.12%87.45%-
XYZ52.739.1473.88-
YUV172.99155.66163.67-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.25%
GREEN value IS 138 (54.30% from 255) = 23.67%
BLUE value IS 222 (87.11% from 255) = 38.08%
R=38.25%
G=23.67%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313822200.380.000.13300.7157.0570.78
HexDF8ADE0260D12d3947
Octal33721233604601545571107
Binary1101111110001010110111100100110011011001011011110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8ADE; }

 p { color: rgb(223,138,222); }

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

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

 a { background-color: rgb(223,138,222); }

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

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

 span { border-color: rgb(223,138,222); }

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