#DD93DD

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

Shades of Plum #DD93DD

Tints of Plum #DD93DD

Color information

#DD93DD (or 0xDD93DD) is unknown color: approx Plum. HEX triplet: DD, 93 and DD. RGB value is (221,147,221). Sum of RGB (Red+Green+Blue) = 221+147+221=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 147 (57.81% from 255 or 24.96% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD93DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD93DD is #226C22. Grayscale: #B1B1B1. Windows color (decimal): -2255907 or 14521309. OLE color: 14521309.

HSL color Cylindrical-coordinate representation of color #DD93DD: hue angle of 300º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DD93DD is Cyan = 0, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB221147221-
CMYK00.3300.13
HSL300º52.11%72.16%-
HSV(B)300º33.48%86.67%-
XYZ53.341.4673.6-
YUV177.56152.52158.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.52%
GREEN value IS 147 (57.81% from 255) = 24.96%
BLUE value IS 221 (86.72% from 255) = 37.52%
R=37.52%
G=24.96%
B=37.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114722100.3300.1330052.1172.16
HexDD93DD0210D12c3448
Octal33522333504101545464110
Binary1101110110010011110111010100001011011001011001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD93DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD93DD; }

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

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

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

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

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

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

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

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