#DF8ADD

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

Shades of Plum #DF8ADD

Tints of Plum #DF8ADD

Color information

#DF8ADD (or 0xDF8ADD) is unknown color: approx Plum. HEX triplet: DF, 8A and DD. RGB value is (223,138,221). Sum of RGB (Red+Green+Blue) = 223+138+221=582 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.32% from 582); Green value is 138 (54.30% from 255 or 23.71% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8ADD is #207522. Grayscale: #ACACAC. Windows color (decimal): -2127139 or 14519007. OLE color: 14519007.

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

Color convert

RGB223138221-
CMYK00.380.010.13
HSL301.41º57.05%70.78%-
HSV(B)301.41º38.12%87.45%-
XYZ52.5739.0973.18-
YUV172.88155.16163.75-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.32%
GREEN value IS 138 (54.30% from 255) = 23.71%
BLUE value IS 221 (86.72% from 255) = 37.97%
R=38.32%
G=23.71%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313822100.380.010.13301.4157.0570.78
HexDF8ADD0261D12d3947
Octal33721233504611545571107
Binary1101111110001010110111010100110111011001011011110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8ADD; }

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

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

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

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

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

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

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

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