#DD9FE0

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

Shades of Plum #DD9FE0

Tints of Plum #DD9FE0

Color information

#DD9FE0 (or 0xDD9FE0) is unknown color: approx Plum. HEX triplet: DD, 9F and E0. RGB value is (221,159,224). Sum of RGB (Red+Green+Blue) = 221+159+224=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 159 (62.5% from 255 or 26.32% from 604); Blue value is 224 (87.89% from 255 or 37.09% from 604); Max value from RGB is 224 - color contains mainly: blue. Hex color #DD9FE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9FE0 is #22601F. Grayscale: #B8B8B8. Windows color (decimal): -2252832 or 14720989. OLE color: 14720989.

HSL color Cylindrical-coordinate representation of color #DD9FE0: hue angle of 297.23º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DD9FE0 is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB221159224-
CMYK0.010.2900.12
HSL297.23º51.18%75.1%-
HSV(B)297.23º29.02%87.84%-
XYZ55.6745.5576.38-
YUV184.95150.04153.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.59%
GREEN value IS 159 (62.5% from 255) = 26.32%
BLUE value IS 224 (87.89% from 255) = 37.09%
R=36.59%
G=26.32%
B=37.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2211592240.010.2900.12297.2351.1875.1
HexDD9FE011D0C129334b
Octal33523734013501445163113
Binary110111011001111111100000111101011001001010011100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9FE0; }

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

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

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

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

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

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

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

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