#DF9ADF

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

Shades of Plum #DF9ADF

Tints of Plum #DF9ADF

Color information

#DF9ADF (or 0xDF9ADF) is unknown color: approx Plum. HEX triplet: DF, 9A and DF. RGB value is (223,154,223). Sum of RGB (Red+Green+Blue) = 223+154+223=600 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.17% from 600); Green value is 154 (60.55% from 255 or 25.67% from 600); Blue value is 223 (87.5% from 255 or 37.17% from 600); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DF9ADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9ADF is #206520. Grayscale: #B6B6B6. Windows color (decimal): -2123041 or 14654175. OLE color: 14654175.

HSL color Cylindrical-coordinate representation of color #DF9ADF: hue angle of 300º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DF9ADF is Cyan = 0, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB223154223-
CMYK00.3100.13
HSL300º51.88%73.92%-
HSV(B)300º30.94%87.45%-
XYZ55.3144.1375.41-
YUV182.5150.86156.89-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.17%
GREEN value IS 154 (60.55% from 255) = 25.67%
BLUE value IS 223 (87.5% from 255) = 37.17%
R=37.17%
G=25.67%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315422300.3100.1330051.8873.92
HexDF9ADF01F0D12c344a
Octal33723233703701545464112
Binary110111111001101011011111011111011011001011001101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9ADF; }

 p { color: rgb(223,154,223); }

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

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

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

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

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

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

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