#DD96E3

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

Shades of Plum #DD96E3

Tints of Plum #DD96E3

Color information

#DD96E3 (or 0xDD96E3) is unknown color: approx Plum. HEX triplet: DD, 96 and E3. RGB value is (221,150,227). Sum of RGB (Red+Green+Blue) = 221+150+227=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 150 (58.98% from 255 or 25.08% from 598); Blue value is 227 (89.06% from 255 or 37.96% from 598); Max value from RGB is 227 - color contains mainly: blue. Hex color #DD96E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD96E3 is #22691C. Grayscale: #B3B3B3. Windows color (decimal): -2255133 or 14915293. OLE color: 14915293.

HSL color Cylindrical-coordinate representation of color #DD96E3: hue angle of 295.32º degrees, saturation: 0.58, 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 #DD96E3 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB221150227-
CMYK0.030.3400.11
HSL295.32º57.89%73.92%-
HSV(B)295.32º33.92%89.02%-
XYZ54.5942.7378.04-
YUV180.01154.52157.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.96%
GREEN value IS 150 (58.98% from 255) = 25.08%
BLUE value IS 227 (89.06% from 255) = 37.96%
R=36.96%
G=25.08%
B=37.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2211502270.030.3400.11295.3257.8973.92
HexDD96E33220B1273a4a
Octal33522634334201344772112
Binary11011101100101101110001111100010010111001001111110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD96E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD96E3; }

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

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

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

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

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

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

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

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