#DD9FDC

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

Shades of Plum #DD9FDC

Tints of Plum #DD9FDC

Color information

#DD9FDC (or 0xDD9FDC) is unknown color: approx Plum. HEX triplet: DD, 9F and DC. RGB value is (221,159,220). Sum of RGB (Red+Green+Blue) = 221+159+220=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 159 (62.5% from 255 or 26.5% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9FDC is #226023. Grayscale: #B8B8B8. Windows color (decimal): -2252836 or 14458845. OLE color: 14458845.

HSL color Cylindrical-coordinate representation of color #DD9FDC: hue angle of 300.97º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DD9FDC is Cyan = 0, Magento = 0.28, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB221159220-
CMYK00.280.000.13
HSL300.97º47.69%74.51%-
HSV(B)300.97º28.05%86.67%-
XYZ55.1445.3473.55-
YUV184.49148.04154.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.83%
GREEN value IS 159 (62.5% from 255) = 26.5%
BLUE value IS 220 (86.33% from 255) = 36.67%
R=36.83%
G=26.5%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115922000.280.000.13300.9747.6974.51
HexDD9FDC01C0D12d304b
Octal33523733403401545560113
Binary110111011001111111011100011100011011001011011100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9FDC; }

 p { color: rgb(221,159,220); }

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

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

 a { background-color: rgb(221,159,220); }

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

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

 span { border-color: rgb(221,159,220); }

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