#D798E2

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

Shades of Plum #D798E2

Tints of Plum #D798E2

Color information

#D798E2 (or 0xD798E2) is unknown color: approx Plum. HEX triplet: D7, 98 and E2. RGB value is (215,152,226). Sum of RGB (Red+Green+Blue) = 215+152+226=593 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.26% from 593); Green value is 152 (59.77% from 255 or 25.63% from 593); Blue value is 226 (88.67% from 255 or 38.11% from 593); Max value from RGB is 226 - color contains mainly: blue. Hex color #D798E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D798E2 is #28671D. Grayscale: #B3B3B3. Windows color (decimal): -2647838 or 14850263. OLE color: 14850263.

HSL color Cylindrical-coordinate representation of color #D798E2: hue angle of 291.08º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D798E2 is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB215152226-
CMYK0.050.3300.11
HSL291.08º56.06%74.12%-
HSV(B)291.08º32.74%88.63%-
XYZ52.9842.3977.34-
YUV179.27154.37153.48-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.26%
GREEN value IS 152 (59.77% from 255) = 25.63%
BLUE value IS 226 (88.67% from 255) = 38.11%
R=36.26%
G=25.63%
B=38.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2151522260.050.3300.11291.0856.0674.12
HexD798E25210B123384a
Octal32723034254101344370112
Binary110101111001100011100010101100001010111001000111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D798E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D798E2; }

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

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

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

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

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

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

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

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