#DF8AD3

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

Shades of Plum #DF8AD3

Tints of Plum #DF8AD3

Color information

#DF8AD3 (or 0xDF8AD3) is unknown color: approx Plum. HEX triplet: DF, 8A and D3. RGB value is (223,138,211). Sum of RGB (Red+Green+Blue) = 223+138+211=572 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.99% from 572); Green value is 138 (54.30% from 255 or 24.13% from 572); Blue value is 211 (82.81% from 255 or 36.89% from 572); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8AD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8AD3 is #20752C. Grayscale: #ABABAB. Windows color (decimal): -2127149 or 13863647. OLE color: 13863647.

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

Color convert

RGB223138211-
CMYK00.380.050.13
HSL308.47º57.05%70.78%-
HSV(B)308.47º38.12%87.45%-
XYZ51.2838.5766.37-
YUV171.74150.16164.56-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.99%
GREEN value IS 138 (54.30% from 255) = 24.13%
BLUE value IS 211 (82.81% from 255) = 36.89%
R=38.99%
G=24.13%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313821100.380.050.13308.4757.0570.78
HexDF8AD30265D1343947
Octal33721232304651546471107
Binary110111111000101011010011010011010111011001101001110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8AD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8AD3; }

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

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

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

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

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

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

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

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