#DD93E1

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

Shades of Plum #DD93E1

Tints of Plum #DD93E1

Color information

#DD93E1 (or 0xDD93E1) is unknown color: approx Plum. HEX triplet: DD, 93 and E1. RGB value is (221,147,225). Sum of RGB (Red+Green+Blue) = 221+147+225=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 147 (57.81% from 255 or 24.79% from 593); Blue value is 225 (88.28% from 255 or 37.94% from 593); Max value from RGB is 225 - color contains mainly: blue. Hex color #DD93E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD93E1 is #226C1E. Grayscale: #B1B1B1. Windows color (decimal): -2255903 or 14783453. OLE color: 14783453.

HSL color Cylindrical-coordinate representation of color #DD93E1: hue angle of 296.92º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DD93E1 is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB221147225-
CMYK0.020.3500.12
HSL296.92º56.52%72.94%-
HSV(B)296.92º34.67%88.24%-
XYZ53.8441.6876.44-
YUV178.02154.52158.66-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.27%
GREEN value IS 147 (57.81% from 255) = 24.79%
BLUE value IS 225 (88.28% from 255) = 37.94%
R=37.27%
G=24.79%
B=37.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2211472250.020.3500.12296.9256.5272.94
HexDD93E12230C1293949
Octal33522334124301445171111
Binary11011101100100111110000110100011011001001010011110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD93E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD93E1; }

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

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

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

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

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

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

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

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