#DF9ACD

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

Shades of Plum #DF9ACD

Tints of Plum #DF9ACD

Color information

#DF9ACD (or 0xDF9ACD) is unknown color: approx Plum. HEX triplet: DF, 9A and CD. RGB value is (223,154,205). Sum of RGB (Red+Green+Blue) = 223+154+205=582 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.32% from 582); Green value is 154 (60.55% from 255 or 26.46% from 582); Blue value is 205 (80.47% from 255 or 35.22% from 582); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9ACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9ACD is #206532. Grayscale: #B4B4B4. Windows color (decimal): -2123059 or 13474527. OLE color: 13474527.

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

Color convert

RGB223154205-
CMYK00.310.080.13
HSL315.65º51.88%73.92%-
HSV(B)315.65º30.94%87.45%-
XYZ53.0143.2163.3-
YUV180.44141.86158.35-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.32%
GREEN value IS 154 (60.55% from 255) = 26.46%
BLUE value IS 205 (80.47% from 255) = 35.22%
R=38.32%
G=26.46%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315420500.310.080.13315.6551.8873.92
HexDF9ACD01F8D13c344a
Octal337232315037101547464112
Binary110111111001101011001101011111100011011001111001101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9ACD; }

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

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

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

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

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

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

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

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