#DD94EA

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

Shades of Plum #DD94EA

Tints of Plum #DD94EA

Color information

#DD94EA (or 0xDD94EA) is unknown color: approx Plum. HEX triplet: DD, 94 and EA. RGB value is (221,148,234). Sum of RGB (Red+Green+Blue) = 221+148+234=603 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.65% from 603); Green value is 148 (58.20% from 255 or 24.54% from 603); Blue value is 234 (91.80% from 255 or 38.81% from 603); Max value from RGB is 234 - color contains mainly: blue. Hex color #DD94EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD94EA is #226B15. Grayscale: #B3B3B3. Windows color (decimal): -2255638 or 15373533. OLE color: 15373533.

HSL color Cylindrical-coordinate representation of color #DD94EA: hue angle of 290.93º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DD94EA is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB221148234-
CMYK0.060.3700.08
HSL290.93º67.19%74.9%-
HSV(B)290.93º36.75%91.76%-
XYZ55.2642.4983.13-
YUV179.63158.68157.51-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.65%
GREEN value IS 148 (58.20% from 255) = 24.54%
BLUE value IS 234 (91.80% from 255) = 38.81%
R=36.65%
G=24.54%
B=38.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2211482340.060.3700.08290.9367.1974.9
HexDD94EA62508123434b
Octal335224352645010443103113
Binary1101110110010100111010101101001010100010010001110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD94EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD94EA; }

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

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

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

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

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

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

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

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