#D791DD

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

Shades of Plum #D791DD

Tints of Plum #D791DD

Color information

#D791DD (or 0xD791DD) is unknown color: approx Plum. HEX triplet: D7, 91 and DD. RGB value is (215,145,221). Sum of RGB (Red+Green+Blue) = 215+145+221=581 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.01% from 581); Green value is 145 (57.03% from 255 or 24.96% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 221 - color contains mainly: blue. Hex color #D791DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D791DD is #286E22. Grayscale: #AEAEAE. Windows color (decimal): -2649635 or 14520791. OLE color: 14520791.

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

Color convert

RGB215145221-
CMYK0.030.3400.13
HSL295.26º52.78%71.76%-
HSV(B)295.26º34.39%86.67%-
XYZ51.239.9273.41-
YUV174.59154.19156.82-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.01%
GREEN value IS 145 (57.03% from 255) = 24.96%
BLUE value IS 221 (86.72% from 255) = 38.04%
R=37.01%
G=24.96%
B=38.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2151452210.030.3400.13295.2652.7871.76
HexD791DD3220D1273548
Octal32722133534201544765110
Binary11010111100100011101110111100010011011001001111101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D791DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D791DD; }

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

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

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

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

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

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

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

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