#D794D2

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

Shades of Plum #D794D2

Tints of Plum #D794D2

Color information

#D794D2 (or 0xD794D2) is unknown color: approx Plum. HEX triplet: D7, 94 and D2. RGB value is (215,148,210). Sum of RGB (Red+Green+Blue) = 215+148+210=573 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.52% from 573); Green value is 148 (58.20% from 255 or 25.83% from 573); Blue value is 210 (82.42% from 255 or 36.65% from 573); Max value from RGB is 215 - color contains mainly: red. Hex color #D794D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D794D2 is #286B2D. Grayscale: #AEAEAE. Windows color (decimal): -2648878 or 13800663. OLE color: 13800663.

HSL color Cylindrical-coordinate representation of color #D794D2: hue angle of 304.48º 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 #D794D2 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB215148210-
CMYK00.310.020.16
HSL304.48º45.58%71.18%-
HSV(B)304.48º31.16%84.31%-
XYZ50.2540.2866.1-
YUV175.1147.7156.46-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.52%
GREEN value IS 148 (58.20% from 255) = 25.83%
BLUE value IS 210 (82.42% from 255) = 36.65%
R=37.52%
G=25.83%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514821000.310.020.16304.4845.5871.18
HexD794D201F2101302e47
Octal32722432203722046056107
Binary11010111100101001101001001111110100001001100001011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D794D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D794D2; }

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

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

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

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

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

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

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

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