#DD93DE

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

Shades of Plum #DD93DE

Tints of Plum #DD93DE

Color information

#DD93DE (or 0xDD93DE) is unknown color: approx Plum. HEX triplet: DD, 93 and DE. RGB value is (221,147,222). Sum of RGB (Red+Green+Blue) = 221+147+222=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 147 (57.81% from 255 or 24.92% from 590); Blue value is 222 (87.11% from 255 or 37.63% from 590); Max value from RGB is 222 - color contains mainly: blue. Hex color #DD93DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD93DE is #226C21. Grayscale: #B1B1B1. Windows color (decimal): -2255906 or 14586845. OLE color: 14586845.

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

Color convert

RGB221147222-
CMYK0.000.3400.13
HSL299.2º53.19%72.35%-
HSV(B)299.2º33.78%87.06%-
XYZ53.4441.5174.3-
YUV177.68153.02158.9-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.46%
GREEN value IS 147 (57.81% from 255) = 24.92%
BLUE value IS 222 (87.11% from 255) = 37.63%
R=37.46%
G=24.92%
B=37.63%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211472220.000.3400.13299.253.1972.35
HexDD93DE0220D12b3548
Octal33522333604201545365110
Binary1101110110010011110111100100010011011001010111101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD93DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD93DE; }

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

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

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

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

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

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

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

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