#D794D5

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

Shades of Plum #D794D5

Tints of Plum #D794D5

Color information

#D794D5 (or 0xD794D5) is unknown color: approx Plum. HEX triplet: D7, 94 and D5. RGB value is (215,148,213). Sum of RGB (Red+Green+Blue) = 215+148+213=576 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.33% from 576); Green value is 148 (58.20% from 255 or 25.69% from 576); Blue value is 213 (83.59% from 255 or 36.98% from 576); Max value from RGB is 215 - color contains mainly: red. Hex color #D794D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D794D5 is #286B2A. Grayscale: #AFAFAF. Windows color (decimal): -2648875 or 13997271. OLE color: 13997271.

HSL color Cylindrical-coordinate representation of color #D794D5: hue angle of 301.79º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D794D5 is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB215148213-
CMYK00.310.010.16
HSL301.79º45.58%71.18%-
HSV(B)301.79º31.16%84.31%-
XYZ50.6240.4368.09-
YUV175.44149.2156.21-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.33%
GREEN value IS 148 (58.20% from 255) = 25.69%
BLUE value IS 213 (83.59% from 255) = 36.98%
R=37.33%
G=25.69%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514821300.310.010.16301.7945.5871.18
HexD794D501F11012e2e47
Octal32722432503712045656107
Binary1101011110010100110101010111111100001001011101011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D794D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D794D5; }

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

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

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

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

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

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

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

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