#D798F8

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

Shades of Mauve #D798F8

Tints of Mauve #D798F8

Color information

#D798F8 (or 0xD798F8) is unknown color: approx Mauve. HEX triplet: D7, 98 and F8. RGB value is (215,152,248). Sum of RGB (Red+Green+Blue) = 215+152+248=615 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.96% from 615); Green value is 152 (59.77% from 255 or 24.72% from 615); Blue value is 248 (97.27% from 255 or 40.33% from 615); Max value from RGB is 248 - color contains mainly: blue. Hex color #D798F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D798F8 is #286707. Grayscale: #B5B5B5. Windows color (decimal): -2647816 or 16292055. OLE color: 16292055.

HSL color Cylindrical-coordinate representation of color #D798F8: hue angle of 279.38º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D798F8 is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB215152248-
CMYK0.130.3900.03
HSL279.38º87.27%78.43%-
HSV(B)279.38º38.71%97.25%-
XYZ56.243.6894.28-
YUV181.78165.37151.69-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.96%
GREEN value IS 152 (59.77% from 255) = 24.72%
BLUE value IS 248 (97.27% from 255) = 40.33%
R=34.96%
G=24.72%
B=40.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2151522480.130.3900.03279.3887.2778.43
HexD798F8D2703117574e
Octal327230370154703427127116
Binary110101111001100011111000110110011101110001011110101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D798F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D798F8; }

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

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

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

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

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

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

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

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