#DD94F1

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

Shades of Plum #DD94F1

Tints of Plum #DD94F1

Color information

#DD94F1 (or 0xDD94F1) is unknown color: approx Plum. HEX triplet: DD, 94 and F1. RGB value is (221,148,241). Sum of RGB (Red+Green+Blue) = 221+148+241=610 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.23% from 610); Green value is 148 (58.20% from 255 or 24.26% from 610); Blue value is 241 (94.53% from 255 or 39.51% from 610); Max value from RGB is 241 - color contains mainly: blue. Hex color #DD94F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD94F1 is #226B0E. Grayscale: #B4B4B4. Windows color (decimal): -2255631 or 15832285. OLE color: 15832285.

HSL color Cylindrical-coordinate representation of color #DD94F1: hue angle of 287.1º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DD94F1 is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB221148241-
CMYK0.080.3900.05
HSL287.1º76.86%76.27%-
HSV(B)287.1º38.59%94.51%-
XYZ56.2942.988.53-
YUV180.43162.18156.94-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.23%
GREEN value IS 148 (58.20% from 255) = 24.26%
BLUE value IS 241 (94.53% from 255) = 39.51%
R=36.23%
G=24.26%
B=39.51%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2211482410.080.3900.05287.176.8676.27
HexDD94F18270511f4d4c
Octal335224361104705437115114
Binary1101110110010100111100011000100111010110001111110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD94F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD94F1; }

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

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

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

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

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

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

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

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