#DD99DB

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

Shades of Plum #DD99DB

Tints of Plum #DD99DB

Color information

#DD99DB (or 0xDD99DB) is unknown color: approx Plum. HEX triplet: DD, 99 and DB. RGB value is (221,153,219). Sum of RGB (Red+Green+Blue) = 221+153+219=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 153 (60.16% from 255 or 25.80% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 221 - color contains mainly: red. Hex color #DD99DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD99DB is #226624. Grayscale: #B4B4B4. Windows color (decimal): -2254373 or 14391773. OLE color: 14391773.

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

Color convert

RGB221153219-
CMYK00.310.010.13
HSL301.76º50%73.33%-
HSV(B)301.76º30.77%86.67%-
XYZ5443.2772.52-
YUV180.86149.53156.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.27%
GREEN value IS 153 (60.16% from 255) = 25.80%
BLUE value IS 219 (85.94% from 255) = 36.93%
R=37.27%
G=25.80%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115321900.310.010.13301.765073.33
HexDD99DB01F1D12e3249
Octal33523133303711545662111
Binary110111011001100111011011011111111011001011101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD99DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD99DB; }

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

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

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

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

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

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

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

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