#D791E3

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

Shades of Plum #D791E3

Tints of Plum #D791E3

Color information

#D791E3 (or 0xD791E3) is unknown color: approx Plum. HEX triplet: D7, 91 and E3. RGB value is (215,145,227). Sum of RGB (Red+Green+Blue) = 215+145+227=587 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.63% from 587); Green value is 145 (57.03% from 255 or 24.70% from 587); Blue value is 227 (89.06% from 255 or 38.67% from 587); Max value from RGB is 227 - color contains mainly: blue. Hex color #D791E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D791E3 is #286E1C. Grayscale: #AFAFAF. Windows color (decimal): -2649629 or 14914007. OLE color: 14914007.

HSL color Cylindrical-coordinate representation of color #D791E3: hue angle of 291.22º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D791E3 is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB215145227-
CMYK0.050.3600.11
HSL291.22º59.42%72.94%-
HSV(B)291.22º36.12%89.02%-
XYZ52.0140.2477.7-
YUV175.28157.19156.33-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.63%
GREEN value IS 145 (57.03% from 255) = 24.70%
BLUE value IS 227 (89.06% from 255) = 38.67%
R=36.63%
G=24.70%
B=38.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2151452270.050.3600.11291.2259.4272.94
HexD791E35240B1233b49
Octal32722134354401344373111
Binary110101111001000111100011101100100010111001000111110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D791E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D791E3; }

 p { color: rgb(215,145,227); }

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

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

 a { background-color: rgb(215,145,227); }

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

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

 span { border-color: rgb(215,145,227); }

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