#DD8EE1

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

Shades of Plum #DD8EE1

Tints of Plum #DD8EE1

Color information

#DD8EE1 (or 0xDD8EE1) is unknown color: approx Plum. HEX triplet: DD, 8E and E1. RGB value is (221,142,225). Sum of RGB (Red+Green+Blue) = 221+142+225=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 142 (55.86% from 255 or 24.15% from 588); Blue value is 225 (88.28% from 255 or 38.27% from 588); Max value from RGB is 225 - color contains mainly: blue. Hex color #DD8EE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8EE1 is #22711E. Grayscale: #AEAEAE. Windows color (decimal): -2257183 or 14782173. OLE color: 14782173.

HSL color Cylindrical-coordinate representation of color #DD8EE1: hue angle of 297.11º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DD8EE1 is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB221142225-
CMYK0.020.3700.12
HSL297.11º58.04%71.96%-
HSV(B)297.11º36.89%88.24%-
XYZ53.0840.1576.19-
YUV175.08156.17160.75-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.59%
GREEN value IS 142 (55.86% from 255) = 24.15%
BLUE value IS 225 (88.28% from 255) = 38.27%
R=37.59%
G=24.15%
B=38.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2211422250.020.3700.12297.1158.0471.96
HexDD8EE12250C1293a48
Octal33521634124501445172110
Binary11011101100011101110000110100101011001001010011110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8EE1; }

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

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

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

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

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

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

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

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