#D792D9

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

Shades of Plum #D792D9

Tints of Plum #D792D9

Color information

#D792D9 (or 0xD792D9) is unknown color: approx Plum. HEX triplet: D7, 92 and D9. RGB value is (215,146,217). Sum of RGB (Red+Green+Blue) = 215+146+217=578 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.20% from 578); Green value is 146 (57.42% from 255 or 25.26% from 578); Blue value is 217 (85.16% from 255 or 37.54% from 578); Max value from RGB is 217 - color contains mainly: blue. Hex color #D792D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D792D9 is #286D26. Grayscale: #AEAEAE. Windows color (decimal): -2649383 or 14258903. OLE color: 14258903.

HSL color Cylindrical-coordinate representation of color #D792D9: hue angle of 298.31º degrees, saturation: 0.48, 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 #D792D9 is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB215146217-
CMYK0.010.3300.15
HSL298.31º48.3%71.18%-
HSV(B)298.31º32.72%85.1%-
XYZ50.8340.0170.69-
YUV174.72151.86156.73-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.20%
GREEN value IS 146 (57.42% from 255) = 25.26%
BLUE value IS 217 (85.16% from 255) = 37.54%
R=37.20%
G=25.26%
B=37.54%

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
Decimal2151462170.010.3300.15298.3148.371.18
HexD792D91210F12a3047
Octal32722233114101745260107
Binary1101011110010010110110011100001011111001010101100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D792D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D792D9; }

 p { color: rgb(215,146,217); }

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

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

 a { background-color: rgb(215,146,217); }

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

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

 span { border-color: rgb(215,146,217); }

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