#DD8ECE

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

Shades of Plum #DD8ECE

Tints of Plum #DD8ECE

Color information

#DD8ECE (or 0xDD8ECE) is unknown color: approx Plum. HEX triplet: DD, 8E and CE. RGB value is (221,142,206). Sum of RGB (Red+Green+Blue) = 221+142+206=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 142 (55.86% from 255 or 24.96% from 569); Blue value is 206 (80.86% from 255 or 36.20% from 569); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8ECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8ECE is #227131. Grayscale: #ACACAC. Windows color (decimal): -2257202 or 13536989. OLE color: 13536989.

HSL color Cylindrical-coordinate representation of color #DD8ECE: hue angle of 311.39º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DD8ECE is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB221142206-
CMYK00.360.070.13
HSL311.39º53.74%71.18%-
HSV(B)311.39º35.75%86.67%-
XYZ50.6339.1763.29-
YUV172.92146.67162.3-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.84%
GREEN value IS 142 (55.86% from 255) = 24.96%
BLUE value IS 206 (80.86% from 255) = 36.20%
R=38.84%
G=24.96%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114220600.360.070.13311.3953.7471.18
HexDD8ECE0247D1373647
Octal33521631604471546766107
Binary110111011000111011001110010010011111011001101111101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8ECE; }

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

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

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

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

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

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

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

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