#DD96E2

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

Shades of Plum #DD96E2

Tints of Plum #DD96E2

Color information

#DD96E2 (or 0xDD96E2) is unknown color: approx Plum. HEX triplet: DD, 96 and E2. RGB value is (221,150,226). Sum of RGB (Red+Green+Blue) = 221+150+226=597 (79% of max value = 765). Red value is 221 (86.72% from 255 or 37.02% from 597); Green value is 150 (58.98% from 255 or 25.13% from 597); Blue value is 226 (88.67% from 255 or 37.86% from 597); Max value from RGB is 226 - color contains mainly: blue. Hex color #DD96E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD96E2 is #22691D. Grayscale: #B3B3B3. Windows color (decimal): -2255134 or 14849757. OLE color: 14849757.

HSL color Cylindrical-coordinate representation of color #DD96E2: hue angle of 296.05º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DD96E2 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB221150226-
CMYK0.020.3400.11
HSL296.05º56.72%73.73%-
HSV(B)296.05º33.63%88.63%-
XYZ54.4542.6877.32-
YUV179.89154.02157.32-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.02%
GREEN value IS 150 (58.98% from 255) = 25.13%
BLUE value IS 226 (88.67% from 255) = 37.86%
R=37.02%
G=25.13%
B=37.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2211502260.020.3400.11296.0556.7273.73
HexDD96E22220B128394a
Octal33522634224201345071112
Binary11011101100101101110001010100010010111001010001110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD96E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD96E2; }

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

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

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

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

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

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

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

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