#DD94E2

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

Shades of Plum #DD94E2

Tints of Plum #DD94E2

Color information

#DD94E2 (or 0xDD94E2) is unknown color: approx Plum. HEX triplet: DD, 94 and E2. RGB value is (221,148,226). Sum of RGB (Red+Green+Blue) = 221+148+226=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 148 (58.20% from 255 or 24.87% from 595); Blue value is 226 (88.67% from 255 or 37.98% from 595); Max value from RGB is 226 - color contains mainly: blue. Hex color #DD94E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD94E2 is #226B1D. Grayscale: #B2B2B2. Windows color (decimal): -2255646 or 14849245. OLE color: 14849245.

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

Color convert

RGB221148226-
CMYK0.020.3500.11
HSL296.15º57.35%73.33%-
HSV(B)296.15º34.51%88.63%-
XYZ54.1442.0477.21-
YUV178.72154.68158.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.14%
GREEN value IS 148 (58.20% from 255) = 24.87%
BLUE value IS 226 (88.67% from 255) = 37.98%
R=37.14%
G=24.87%
B=37.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2211482260.020.3500.11296.1557.3573.33
HexDD94E22230B1283949
Octal33522434224301345071111
Binary11011101100101001110001010100011010111001010001110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD94E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD94E2; }

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

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

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

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

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

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

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

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