#DD9DDB

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

Shades of Plum #DD9DDB

Tints of Plum #DD9DDB

Color information

#DD9DDB (or 0xDD9DDB) is unknown color: approx Plum. HEX triplet: DD, 9D and DB. RGB value is (221,157,219). Sum of RGB (Red+Green+Blue) = 221+157+219=597 (79% of max value = 765). Red value is 221 (86.72% from 255 or 37.02% from 597); Green value is 157 (61.72% from 255 or 26.30% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9DDB is #226224. Grayscale: #B7B7B7. Windows color (decimal): -2253349 or 14392797. OLE color: 14392797.

HSL color Cylindrical-coordinate representation of color #DD9DDB: hue angle of 301.88º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DD9DDB is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB221157219-
CMYK00.290.010.13
HSL301.88º48.48%74.12%-
HSV(B)301.88º28.96%86.67%-
XYZ54.6644.672.75-
YUV183.2148.2154.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.02%
GREEN value IS 157 (61.72% from 255) = 26.30%
BLUE value IS 219 (85.94% from 255) = 36.68%
R=37.02%
G=26.30%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115721900.290.010.13301.8848.4874.12
HexDD9DDB01D1D12e304a
Octal33523533303511545660112
Binary110111011001110111011011011101111011001011101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9DDB; }

 p { color: rgb(221,157,219); }

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

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

 a { background-color: rgb(221,157,219); }

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

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

 span { border-color: rgb(221,157,219); }

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