#DD8BDE

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

Shades of Plum #DD8BDE

Tints of Plum #DD8BDE

Color information

#DD8BDE (or 0xDD8BDE) is unknown color: approx Plum. HEX triplet: DD, 8B and DE. RGB value is (221,139,222). Sum of RGB (Red+Green+Blue) = 221+139+222=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 139 (54.69% from 255 or 23.88% from 582); Blue value is 222 (87.11% from 255 or 38.14% from 582); Max value from RGB is 222 - color contains mainly: blue. Hex color #DD8BDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8BDE is #227421. Grayscale: #ACACAC. Windows color (decimal): -2257954 or 14584797. OLE color: 14584797.

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

Color convert

RGB221139222-
CMYK0.000.3700.13
HSL299.28º55.7%70.78%-
HSV(B)299.28º37.39%87.06%-
XYZ52.2439.1173.9-
YUV172.98155.67162.25-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.97%
GREEN value IS 139 (54.69% from 255) = 23.88%
BLUE value IS 222 (87.11% from 255) = 38.14%
R=37.97%
G=23.88%
B=38.14%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211392220.000.3700.13299.2855.770.78
HexDD8BDE0250D12b3847
Octal33521333604501545370107
Binary1101110110001011110111100100101011011001010111110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8BDE; }

 p { color: rgb(221,139,222); }

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

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

 a { background-color: rgb(221,139,222); }

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

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

 span { border-color: rgb(221,139,222); }

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