#DD96DB

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

Shades of Plum #DD96DB

Tints of Plum #DD96DB

Color information

#DD96DB (or 0xDD96DB) is unknown color: approx Plum. HEX triplet: DD, 96 and DB. RGB value is (221,150,219). Sum of RGB (Red+Green+Blue) = 221+150+219=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 150 (58.98% from 255 or 25.42% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 221 - color contains mainly: red. Hex color #DD96DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD96DB is #226924. Grayscale: #B2B2B2. Windows color (decimal): -2255141 or 14391005. OLE color: 14391005.

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

Color convert

RGB221150219-
CMYK00.320.010.13
HSL301.69º51.08%72.75%-
HSV(B)301.69º32.13%86.67%-
XYZ53.5142.372.36-
YUV179.1150.52157.89-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.46%
GREEN value IS 150 (58.98% from 255) = 25.42%
BLUE value IS 219 (85.94% from 255) = 37.12%
R=37.46%
G=25.42%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115021900.320.010.13301.6951.0872.75
HexDD96DB0201D12e3349
Octal33522633304011545663111
Binary1101110110010110110110110100000111011001011101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD96DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD96DB; }

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

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

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

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

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

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

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

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