#DD8ECD

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

Shades of Plum #DD8ECD

Tints of Plum #DD8ECD

Color information

#DD8ECD (or 0xDD8ECD) is unknown color: approx Plum. HEX triplet: DD, 8E and CD. RGB value is (221,142,205). Sum of RGB (Red+Green+Blue) = 221+142+205=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 142 (55.86% from 255 or 25% from 568); Blue value is 205 (80.47% from 255 or 36.09% from 568); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8ECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8ECD is #227132. Grayscale: #ACACAC. Windows color (decimal): -2257203 or 13471453. OLE color: 13471453.

HSL color Cylindrical-coordinate representation of color #DD8ECD: hue angle of 312.15º 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 #DD8ECD is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB221142205-
CMYK00.360.070.13
HSL312.15º53.74%71.18%-
HSV(B)312.15º35.75%86.67%-
XYZ50.5139.1362.65-
YUV172.8146.17162.38-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.91%
GREEN value IS 142 (55.86% from 255) = 25%
BLUE value IS 205 (80.47% from 255) = 36.09%
R=38.91%
G=25%
B=36.09%

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
Decimal22114220500.360.070.13312.1553.7471.18
HexDD8ECD0247D1383647
Octal33521631504471547066107
Binary110111011000111011001101010010011111011001110001101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8ECD; }

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

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

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

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

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

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

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

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