#DD93E3

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

Shades of Plum #DD93E3

Tints of Plum #DD93E3

Color information

#DD93E3 (or 0xDD93E3) is unknown color: approx Plum. HEX triplet: DD, 93 and E3. RGB value is (221,147,227). Sum of RGB (Red+Green+Blue) = 221+147+227=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 147 (57.81% from 255 or 24.71% from 595); Blue value is 227 (89.06% from 255 or 38.15% from 595); Max value from RGB is 227 - color contains mainly: blue. Hex color #DD93E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD93E3 is #226C1C. Grayscale: #B1B1B1. Windows color (decimal): -2255901 or 14914525. OLE color: 14914525.

HSL color Cylindrical-coordinate representation of color #DD93E3: hue angle of 295.5º degrees, saturation: 0.59, 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 #DD93E3 is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB221147227-
CMYK0.030.3500.11
HSL295.5º58.82%73.33%-
HSV(B)295.5º35.24%89.02%-
XYZ54.1241.7977.89-
YUV178.25155.52158.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.14%
GREEN value IS 147 (57.81% from 255) = 24.71%
BLUE value IS 227 (89.06% from 255) = 38.15%
R=37.14%
G=24.71%
B=38.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2211472270.030.3500.11295.558.8273.33
HexDD93E33230B1283b49
Octal33522334334301345073111
Binary11011101100100111110001111100011010111001010001110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD93E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD93E3; }

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

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

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

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

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

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

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

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