#D791DA

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

Shades of Plum #D791DA

Tints of Plum #D791DA

Color information

#D791DA (or 0xD791DA) is unknown color: approx Plum. HEX triplet: D7, 91 and DA. RGB value is (215,145,218). Sum of RGB (Red+Green+Blue) = 215+145+218=578 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.20% from 578); Green value is 145 (57.03% from 255 or 25.09% from 578); Blue value is 218 (85.55% from 255 or 37.72% from 578); Max value from RGB is 218 - color contains mainly: blue. Hex color #D791DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D791DA is #286E25. Grayscale: #AEAEAE. Windows color (decimal): -2649638 or 14324183. OLE color: 14324183.

HSL color Cylindrical-coordinate representation of color #D791DA: hue angle of 297.53º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D791DA is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB215145218-
CMYK0.010.3300.15
HSL297.53º49.66%71.18%-
HSV(B)297.53º33.49%85.49%-
XYZ50.839.7671.33-
YUV174.25152.69157.06-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.20%
GREEN value IS 145 (57.03% from 255) = 25.09%
BLUE value IS 218 (85.55% from 255) = 37.72%
R=37.20%
G=25.09%
B=37.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2151452180.010.3300.15297.5349.6671.18
HexD791DA1210F12a3247
Octal32722133214101745262107
Binary1101011110010001110110101100001011111001010101100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D791DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D791DA; }

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

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

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

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

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

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

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

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