#DD93F1

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

Shades of Plum #DD93F1

Tints of Plum #DD93F1

Color information

#DD93F1 (or 0xDD93F1) is unknown color: approx Plum. HEX triplet: DD, 93 and F1. RGB value is (221,147,241). Sum of RGB (Red+Green+Blue) = 221+147+241=609 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.29% from 609); Green value is 147 (57.81% from 255 or 24.14% from 609); Blue value is 241 (94.53% from 255 or 39.57% from 609); Max value from RGB is 241 - color contains mainly: blue. Hex color #DD93F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD93F1 is #226C0E. Grayscale: #B3B3B3. Windows color (decimal): -2255887 or 15832029. OLE color: 15832029.

HSL color Cylindrical-coordinate representation of color #DD93F1: hue angle of 287.23º 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 #DD93F1 is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB221147241-
CMYK0.080.3900.05
HSL287.23º77.05%76.08%-
HSV(B)287.23º39%94.51%-
XYZ56.1342.5988.48-
YUV179.84162.52157.36-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.29%
GREEN value IS 147 (57.81% from 255) = 24.14%
BLUE value IS 241 (94.53% from 255) = 39.57%
R=36.29%
G=24.14%
B=39.57%

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
Decimal2211472410.080.3900.05287.2377.0576.08
HexDD93F18270511f4d4c
Octal335223361104705437115114
Binary1101110110010011111100011000100111010110001111110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD93F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD93F1; }

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

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

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

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

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

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

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

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