#D797FD

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

Shades of Mauve #D797FD

Tints of Mauve #D797FD

Color information

#D797FD (or 0xD797FD) is unknown color: approx Mauve. HEX triplet: D7, 97 and FD. RGB value is (215,151,253). Sum of RGB (Red+Green+Blue) = 215+151+253=619 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.73% from 619); Green value is 151 (59.38% from 255 or 24.39% from 619); Blue value is 253 (99.22% from 255 or 40.87% from 619); Max value from RGB is 253 - color contains mainly: blue. Hex color #D797FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D797FD is #286802. Grayscale: #B5B5B5. Windows color (decimal): -2648067 or 16619479. OLE color: 16619479.

HSL color Cylindrical-coordinate representation of color #D797FD: hue angle of 277.65º degrees, saturation: 0.96, 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 #D797FD is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB215151253-
CMYK0.150.4000.01
HSL277.65º96.23%79.22%-
HSV(B)277.65º40.32%99.22%-
XYZ56.8243.6798.36-
YUV181.76168.2151.71-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.73%
GREEN value IS 151 (59.38% from 255) = 24.39%
BLUE value IS 253 (99.22% from 255) = 40.87%
R=34.73%
G=24.39%
B=40.87%

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
Decimal2151512530.150.4000.01277.6596.2379.22
HexD797FDF2801116604f
Octal327227375175001426140117
Binary11010111100101111111110111111010000110001011011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D797FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D797FD; }

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

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

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

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

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

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

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

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