#DD8DD1

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

Shades of Plum #DD8DD1

Tints of Plum #DD8DD1

Color information

#DD8DD1 (or 0xDD8DD1) is unknown color: approx Plum. HEX triplet: DD, 8D and D1. RGB value is (221,141,209). Sum of RGB (Red+Green+Blue) = 221+141+209=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 141 (55.47% from 255 or 24.69% from 571); Blue value is 209 (82.03% from 255 or 36.60% from 571); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8DD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8DD1 is #22722E. Grayscale: #ACACAC. Windows color (decimal): -2257455 or 13733341. OLE color: 13733341.

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

Color convert

RGB221141209-
CMYK00.360.050.13
HSL309º54.05%70.98%-
HSV(B)309º36.2%86.67%-
XYZ50.8539.0365.17-
YUV172.67148.5162.47-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.70%
GREEN value IS 141 (55.47% from 255) = 24.69%
BLUE value IS 209 (82.03% from 255) = 36.60%
R=38.70%
G=24.69%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114120900.360.050.1330954.0570.98
HexDD8DD10245D1353647
Octal33521532104451546566107
Binary110111011000110111010001010010010111011001101011101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8DD1; }

 p { color: rgb(221,141,209); }

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

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

 a { background-color: rgb(221,141,209); }

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

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

 span { border-color: rgb(221,141,209); }

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