#D793DD

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

Shades of Plum #D793DD

Tints of Plum #D793DD

Color information

#D793DD (or 0xD793DD) is unknown color: approx Plum. HEX triplet: D7, 93 and DD. RGB value is (215,147,221). Sum of RGB (Red+Green+Blue) = 215+147+221=583 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.88% from 583); Green value is 147 (57.81% from 255 or 25.21% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 221 - color contains mainly: blue. Hex color #D793DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D793DD is #286C22. Grayscale: #AFAFAF. Windows color (decimal): -2649123 or 14521303. OLE color: 14521303.

HSL color Cylindrical-coordinate representation of color #D793DD: hue angle of 295.14º 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 #D793DD is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB215147221-
CMYK0.030.3300.13
HSL295.14º52.11%72.16%-
HSV(B)295.14º33.48%86.67%-
XYZ51.5140.5373.52-
YUV175.77153.53155.98-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.88%
GREEN value IS 147 (57.81% from 255) = 25.21%
BLUE value IS 221 (86.72% from 255) = 37.91%
R=36.88%
G=25.21%
B=37.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2151472210.030.3300.13295.1452.1172.16
HexD793DD3210D1273448
Octal32722333534101544764110
Binary11010111100100111101110111100001011011001001111101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D793DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D793DD; }

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

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

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

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

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

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

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

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