#D793E1

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

Shades of Plum #D793E1

Tints of Plum #D793E1

Color information

#D793E1 (or 0xD793E1) is unknown color: approx Plum. HEX triplet: D7, 93 and E1. RGB value is (215,147,225). Sum of RGB (Red+Green+Blue) = 215+147+225=587 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.63% from 587); Green value is 147 (57.81% from 255 or 25.04% from 587); Blue value is 225 (88.28% from 255 or 38.33% from 587); Max value from RGB is 225 - color contains mainly: blue. Hex color #D793E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D793E1 is #286C1E. Grayscale: #AFAFAF. Windows color (decimal): -2649119 or 14783447. OLE color: 14783447.

HSL color Cylindrical-coordinate representation of color #D793E1: hue angle of 292.31º 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 #D793E1 is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB215147225-
CMYK0.040.3500.12
HSL292.31º56.52%72.94%-
HSV(B)292.31º34.67%88.24%-
XYZ52.0540.7576.36-
YUV176.22155.53155.66-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.63%
GREEN value IS 147 (57.81% from 255) = 25.04%
BLUE value IS 225 (88.28% from 255) = 38.33%
R=36.63%
G=25.04%
B=38.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2151472250.040.3500.12292.3156.5272.94
HexD793E14230C1243949
Octal32722334144301444471111
Binary110101111001001111100001100100011011001001001001110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D793E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D793E1; }

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

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

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

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

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

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

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

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