#D797FC

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

Shades of Mauve #D797FC

Tints of Mauve #D797FC

Color information

#D797FC (or 0xD797FC) is unknown color: approx Mauve. HEX triplet: D7, 97 and FC. RGB value is (215,151,252). Sum of RGB (Red+Green+Blue) = 215+151+252=618 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.79% from 618); Green value is 151 (59.38% from 255 or 24.43% from 618); Blue value is 252 (98.83% from 255 or 40.78% from 618); Max value from RGB is 252 - color contains mainly: blue. Hex color #D797FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D797FC is #286803. Grayscale: #B5B5B5. Windows color (decimal): -2648068 or 16553943. OLE color: 16553943.

HSL color Cylindrical-coordinate representation of color #D797FC: hue angle of 278.02º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D797FC is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB215151252-
CMYK0.150.4000.01
HSL278.02º94.39%79.02%-
HSV(B)278.02º40.08%98.82%-
XYZ56.6643.6197.53-
YUV181.65167.7151.79-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.79%
GREEN value IS 151 (59.38% from 255) = 24.43%
BLUE value IS 252 (98.83% from 255) = 40.78%
R=34.79%
G=24.43%
B=40.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2151512520.150.4000.01278.0294.3979.02
HexD797FCF28011165e4f
Octal327227374175001426136117
Binary11010111100101111111110011111010000110001011010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D797FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D797FC; }

 p { color: rgb(215,151,252); }

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

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

 a { background-color: rgb(215,151,252); }

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

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

 span { border-color: rgb(215,151,252); }

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