#D798D8

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

Shades of Plum #D798D8

Tints of Plum #D798D8

Color information

#D798D8 (or 0xD798D8) is unknown color: approx Plum. HEX triplet: D7, 98 and D8. RGB value is (215,152,216). Sum of RGB (Red+Green+Blue) = 215+152+216=583 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.88% from 583); Green value is 152 (59.77% from 255 or 26.07% from 583); Blue value is 216 (84.77% from 255 or 37.05% from 583); Max value from RGB is 216 - color contains mainly: blue. Hex color #D798D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D798D8 is #286727. Grayscale: #B1B1B1. Windows color (decimal): -2647848 or 14194903. OLE color: 14194903.

HSL color Cylindrical-coordinate representation of color #D798D8: hue angle of 299.06º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D798D8 is Cyan = 0.00, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB215152216-
CMYK0.000.3000.15
HSL299.06º45.07%72.16%-
HSV(B)299.06º29.63%84.71%-
XYZ51.6541.8670.32-
YUV178.13149.37154.3-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.88%
GREEN value IS 152 (59.77% from 255) = 26.07%
BLUE value IS 216 (84.77% from 255) = 37.05%
R=36.88%
G=26.07%
B=37.05%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2151522160.000.3000.15299.0645.0772.16
HexD798D801E0F12b2d48
Octal32723033003601745355110
Binary110101111001100011011000011110011111001010111011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D798D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D798D8; }

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

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

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

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

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

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

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

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