#DD9FE9

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

Shades of Plum #DD9FE9

Tints of Plum #DD9FE9

Color information

#DD9FE9 (or 0xDD9FE9) is unknown color: approx Plum. HEX triplet: DD, 9F and E9. RGB value is (221,159,233). Sum of RGB (Red+Green+Blue) = 221+159+233=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 159 (62.5% from 255 or 25.94% from 613); Blue value is 233 (91.41% from 255 or 38.01% from 613); Max value from RGB is 233 - color contains mainly: blue. Hex color #DD9FE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9FE9 is #226016. Grayscale: #B9B9B9. Windows color (decimal): -2252823 or 15310813. OLE color: 15310813.

HSL color Cylindrical-coordinate representation of color #DD9FE9: hue angle of 290.27º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DD9FE9 is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB221159233-
CMYK0.050.3200.09
HSL290.27º62.71%76.86%-
HSV(B)290.27º31.76%91.37%-
XYZ56.9246.0582.98-
YUV185.97154.54152.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.05%
GREEN value IS 159 (62.5% from 255) = 25.94%
BLUE value IS 233 (91.41% from 255) = 38.01%
R=36.05%
G=25.94%
B=38.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2211592330.050.3200.09290.2762.7176.86
HexDD9FE9520091223f4d
Octal33523735154001144277115
Binary110111011001111111101001101100000010011001000101111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9FE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9FE9; }

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

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

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

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

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

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

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

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