#DD96DC

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

Shades of Plum #DD96DC

Tints of Plum #DD96DC

Color information

#DD96DC (or 0xDD96DC) is unknown color: approx Plum. HEX triplet: DD, 96 and DC. RGB value is (221,150,220). Sum of RGB (Red+Green+Blue) = 221+150+220=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 150 (58.98% from 255 or 25.38% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 221 - color contains mainly: red. Hex color #DD96DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD96DC is #226923. Grayscale: #B3B3B3. Windows color (decimal): -2255140 or 14456541. OLE color: 14456541.

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

Color convert

RGB221150220-
CMYK00.320.000.13
HSL300.85º51.08%72.75%-
HSV(B)300.85º32.13%86.67%-
XYZ53.6442.3573.06-
YUV179.21151.02157.81-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.39%
GREEN value IS 150 (58.98% from 255) = 25.38%
BLUE value IS 220 (86.33% from 255) = 37.23%
R=37.39%
G=25.38%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115022000.320.000.13300.8551.0872.75
HexDD96DC0200D12d3349
Octal33522633404001545563111
Binary1101110110010110110111000100000011011001011011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD96DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD96DC; }

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

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

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

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

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

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

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

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