#DD9FE1

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

Shades of Plum #DD9FE1

Tints of Plum #DD9FE1

Color information

#DD9FE1 (or 0xDD9FE1) is unknown color: approx Plum. HEX triplet: DD, 9F and E1. RGB value is (221,159,225). Sum of RGB (Red+Green+Blue) = 221+159+225=605 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.53% from 605); Green value is 159 (62.5% from 255 or 26.28% from 605); Blue value is 225 (88.28% from 255 or 37.19% from 605); Max value from RGB is 225 - color contains mainly: blue. Hex color #DD9FE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9FE1 is #22601E. Grayscale: #B8B8B8. Windows color (decimal): -2252831 or 14786525. OLE color: 14786525.

HSL color Cylindrical-coordinate representation of color #DD9FE1: hue angle of 296.36º degrees, saturation: 0.52, 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 #DD9FE1 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB221159225-
CMYK0.020.2900.12
HSL296.36º52.38%75.29%-
HSV(B)296.36º29.33%88.24%-
XYZ55.8145.677.1-
YUV185.06150.54153.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.53%
GREEN value IS 159 (62.5% from 255) = 26.28%
BLUE value IS 225 (88.28% from 255) = 37.19%
R=36.53%
G=26.28%
B=37.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2211592250.020.2900.12296.3652.3875.29
HexDD9FE121D0C128344b
Octal33523734123501445064113
Binary1101110110011111111000011011101011001001010001101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9FE1; }

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

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

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

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

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

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

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

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