#D794D8

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

Shades of Plum #D794D8

Tints of Plum #D794D8

Color information

#D794D8 (or 0xD794D8) is unknown color: approx Plum. HEX triplet: D7, 94 and D8. RGB value is (215,148,216). Sum of RGB (Red+Green+Blue) = 215+148+216=579 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.13% from 579); Green value is 148 (58.20% from 255 or 25.56% from 579); Blue value is 216 (84.77% from 255 or 37.31% from 579); Max value from RGB is 216 - color contains mainly: blue. Hex color #D794D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D794D8 is #286B27. Grayscale: #AFAFAF. Windows color (decimal): -2648872 or 14193879. OLE color: 14193879.

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

Color convert

RGB215148216-
CMYK0.000.3100.15
HSL299.12º46.58%71.37%-
HSV(B)299.12º31.48%84.71%-
XYZ51.0140.5870.11-
YUV175.78150.7155.97-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.13%
GREEN value IS 148 (58.20% from 255) = 25.56%
BLUE value IS 216 (84.77% from 255) = 37.31%
R=37.13%
G=25.56%
B=37.31%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2151482160.000.3100.15299.1246.5871.37
HexD794D801F0F12b2f47
Octal32722433003701745357107
Binary110101111001010011011000011111011111001010111011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D794D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D794D8; }

 p { color: rgb(215,148,216); }

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

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

 a { background-color: rgb(215,148,216); }

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

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

 span { border-color: rgb(215,148,216); }

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