#D797FE

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

Shades of Mauve #D797FE

Tints of Mauve #D797FE

Color information

#D797FE (or 0xD797FE) is unknown color: approx Mauve. HEX triplet: D7, 97 and FE. RGB value is (215,151,254). Sum of RGB (Red+Green+Blue) = 215+151+254=620 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.68% from 620); Green value is 151 (59.38% from 255 or 24.35% from 620); Blue value is 254 (99.61% from 255 or 40.97% from 620); Max value from RGB is 254 - color contains mainly: blue. Hex color #D797FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D797FE is #286801. Grayscale: #B5B5B5. Windows color (decimal): -2648066 or 16685015. OLE color: 16685015.

HSL color Cylindrical-coordinate representation of color #D797FE: hue angle of 277.28º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D797FE is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB215151254-
CMYK0.150.4100.00
HSL277.28º98.1%79.41%-
HSV(B)277.28º40.55%99.61%-
XYZ56.9843.7499.2-
YUV181.88168.7151.62-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.68%
GREEN value IS 151 (59.38% from 255) = 24.35%
BLUE value IS 254 (99.61% from 255) = 40.97%
R=34.68%
G=24.35%
B=40.97%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2151512540.150.4100.00277.2898.179.41
HexD797FEF2900115624f
Octal327227376175100425142117
Binary11010111100101111111111011111010010010001010111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D797FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D797FE; }

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

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

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

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

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

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

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

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