#DD9FDD

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

Shades of Plum #DD9FDD

Tints of Plum #DD9FDD

Color information

#DD9FDD (or 0xDD9FDD) is unknown color: approx Plum. HEX triplet: DD, 9F and DD. RGB value is (221,159,221). Sum of RGB (Red+Green+Blue) = 221+159+221=601 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.77% from 601); Green value is 159 (62.5% from 255 or 26.46% from 601); Blue value is 221 (86.72% from 255 or 36.77% from 601); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD9FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9FDD is #226022. Grayscale: #B8B8B8. Windows color (decimal): -2252835 or 14524381. OLE color: 14524381.

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

Color convert

RGB221159221-
CMYK00.2800.13
HSL300º47.69%74.51%-
HSV(B)300º28.05%86.67%-
XYZ55.2745.3974.25-
YUV184.61148.54153.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.77%
GREEN value IS 159 (62.5% from 255) = 26.46%
BLUE value IS 221 (86.72% from 255) = 36.77%
R=36.77%
G=26.46%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115922100.2800.1330047.6974.51
HexDD9FDD01C0D12c304b
Octal33523733503401545460113
Binary110111011001111111011101011100011011001011001100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9FDD; }

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

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

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

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

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

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

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

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