#DD94EB

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

Shades of Plum #DD94EB

Tints of Plum #DD94EB

Color information

#DD94EB (or 0xDD94EB) is unknown color: approx Plum. HEX triplet: DD, 94 and EB. RGB value is (221,148,235). Sum of RGB (Red+Green+Blue) = 221+148+235=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 148 (58.20% from 255 or 24.50% from 604); Blue value is 235 (92.19% from 255 or 38.91% from 604); Max value from RGB is 235 - color contains mainly: blue. Hex color #DD94EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD94EB is #226B14. Grayscale: #B3B3B3. Windows color (decimal): -2255637 or 15439069. OLE color: 15439069.

HSL color Cylindrical-coordinate representation of color #DD94EB: hue angle of 290.34º degrees, saturation: 0.69, 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 #DD94EB is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB221148235-
CMYK0.060.3700.08
HSL290.34º68.5%75.1%-
HSV(B)290.34º37.02%92.16%-
XYZ55.442.5583.89-
YUV179.74159.18157.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.59%
GREEN value IS 148 (58.20% from 255) = 24.50%
BLUE value IS 235 (92.19% from 255) = 38.91%
R=36.59%
G=24.50%
B=38.91%

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
Decimal2211482350.060.3700.08290.3468.575.1
HexDD94EB62508122454b
Octal335224353645010442105113
Binary1101110110010100111010111101001010100010010001010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD94EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD94EB; }

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

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

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

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

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

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

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

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