#DD8BDC

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

Shades of Plum #DD8BDC

Tints of Plum #DD8BDC

Color information

#DD8BDC (or 0xDD8BDC) is unknown color: approx Plum. HEX triplet: DD, 8B and DC. RGB value is (221,139,220). Sum of RGB (Red+Green+Blue) = 221+139+220=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 139 (54.69% from 255 or 23.97% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8BDC is #227423. Grayscale: #ACACAC. Windows color (decimal): -2257956 or 14453725. OLE color: 14453725.

HSL color Cylindrical-coordinate representation of color #DD8BDC: hue angle of 300.73º degrees, saturation: 0.55, 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 #DD8BDC is Cyan = 0, Magento = 0.37, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB221139220-
CMYK00.370.000.13
HSL300.73º54.67%70.59%-
HSV(B)300.73º37.1%86.67%-
XYZ51.973972.5-
YUV172.75154.67162.41-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.10%
GREEN value IS 139 (54.69% from 255) = 23.97%
BLUE value IS 220 (86.33% from 255) = 37.93%
R=38.10%
G=23.97%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113922000.370.000.13300.7354.6770.59
HexDD8BDC0250D12d3747
Octal33521333404501545567107
Binary1101110110001011110111000100101011011001011011101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8BDC; }

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

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

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

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

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

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

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

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