#D791DF

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

Shades of Plum #D791DF

Tints of Plum #D791DF

Color information

#D791DF (or 0xD791DF) is unknown color: approx Plum. HEX triplet: D7, 91 and DF. RGB value is (215,145,223). Sum of RGB (Red+Green+Blue) = 215+145+223=583 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.88% from 583); Green value is 145 (57.03% from 255 or 24.87% from 583); Blue value is 223 (87.5% from 255 or 38.25% from 583); Max value from RGB is 223 - color contains mainly: blue. Hex color #D791DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D791DF is #286E20. Grayscale: #AEAEAE. Windows color (decimal): -2649633 or 14651863. OLE color: 14651863.

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

Color convert

RGB215145223-
CMYK0.040.3500.13
HSL293.85º54.93%72.16%-
HSV(B)293.85º34.98%87.45%-
XYZ51.4740.0374.83-
YUV174.82155.19156.66-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.88%
GREEN value IS 145 (57.03% from 255) = 24.87%
BLUE value IS 223 (87.5% from 255) = 38.25%
R=36.88%
G=24.87%
B=38.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2151452230.040.3500.13293.8554.9372.16
HexD791DF4230D1263748
Octal32722133744301544667110
Binary110101111001000111011111100100011011011001001101101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D791DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D791DF; }

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

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

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

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

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

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

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

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