#D791DE

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

Shades of Plum #D791DE

Tints of Plum #D791DE

Color information

#D791DE (or 0xD791DE) is unknown color: approx Plum. HEX triplet: D7, 91 and DE. RGB value is (215,145,222). Sum of RGB (Red+Green+Blue) = 215+145+222=582 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.94% from 582); Green value is 145 (57.03% from 255 or 24.91% from 582); Blue value is 222 (87.11% from 255 or 38.14% from 582); Max value from RGB is 222 - color contains mainly: blue. Hex color #D791DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D791DE is #286E21. Grayscale: #AEAEAE. Windows color (decimal): -2649634 or 14586327. OLE color: 14586327.

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

Color convert

RGB215145222-
CMYK0.030.3500.13
HSL294.55º53.85%71.96%-
HSV(B)294.55º34.68%87.06%-
XYZ51.3339.9774.12-
YUV174.71154.69156.74-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.94%
GREEN value IS 145 (57.03% from 255) = 24.91%
BLUE value IS 222 (87.11% from 255) = 38.14%
R=36.94%
G=24.91%
B=38.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2151452220.030.3500.13294.5553.8571.96
HexD791DE3230D1273648
Octal32722133634301544766110
Binary11010111100100011101111011100011011011001001111101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D791DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D791DE; }

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

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

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

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

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

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

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

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