#DF9CDD

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

Shades of Plum #DF9CDD

Tints of Plum #DF9CDD

Color information

#DF9CDD (or 0xDF9CDD) is unknown color: approx Plum. HEX triplet: DF, 9C and DD. RGB value is (223,156,221). Sum of RGB (Red+Green+Blue) = 223+156+221=600 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.17% from 600); Green value is 156 (61.33% from 255 or 26% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9CDD is #206322. Grayscale: #B7B7B7. Windows color (decimal): -2122531 or 14523615. OLE color: 14523615.

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

Color convert

RGB223156221-
CMYK00.300.010.13
HSL301.79º51.15%74.31%-
HSV(B)301.79º30.04%87.45%-
XYZ55.3744.6974.11-
YUV183.44149.2156.21-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.17%
GREEN value IS 156 (61.33% from 255) = 26%
BLUE value IS 221 (86.72% from 255) = 36.83%
R=37.17%
G=26%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315622100.300.010.13301.7951.1574.31
HexDF9CDD01E1D12e334a
Octal33723433503611545663112
Binary110111111001110011011101011110111011001011101100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9CDD; }

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

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

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

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

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

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

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

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