#DF9AD1

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

Shades of Plum #DF9AD1

Tints of Plum #DF9AD1

Color information

#DF9AD1 (or 0xDF9AD1) is unknown color: approx Plum. HEX triplet: DF, 9A and D1. RGB value is (223,154,209). Sum of RGB (Red+Green+Blue) = 223+154+209=586 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.05% from 586); Green value is 154 (60.55% from 255 or 26.28% from 586); Blue value is 209 (82.03% from 255 or 35.67% from 586); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9AD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9AD1 is #20652E. Grayscale: #B4B4B4. Windows color (decimal): -2123055 or 13736671. OLE color: 13736671.

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

Color convert

RGB223154209-
CMYK00.310.060.13
HSL312.17º51.88%73.92%-
HSV(B)312.17º30.94%87.45%-
XYZ53.543.465.88-
YUV180.9143.86158.03-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.05%
GREEN value IS 154 (60.55% from 255) = 26.28%
BLUE value IS 209 (82.03% from 255) = 35.67%
R=38.05%
G=26.28%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315420900.310.060.13312.1751.8873.92
HexDF9AD101F6D138344a
Octal33723232103761547064112
Binary11011111100110101101000101111111011011001110001101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9AD1; }

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

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

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

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

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

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

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

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