#D795FE

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

Shades of Mauve #D795FE

Tints of Mauve #D795FE

Color information

#D795FE (or 0xD795FE) is unknown color: approx Mauve. HEX triplet: D7, 95 and FE. RGB value is (215,149,254). Sum of RGB (Red+Green+Blue) = 215+149+254=618 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.79% from 618); Green value is 149 (58.59% from 255 or 24.11% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 254 - color contains mainly: blue. Hex color #D795FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D795FE is #286A01. Grayscale: #B4B4B4. Windows color (decimal): -2648578 or 16684503. OLE color: 16684503.

HSL color Cylindrical-coordinate representation of color #D795FE: hue angle of 277.71º 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 #D795FE is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB215149254-
CMYK0.150.4100.00
HSL277.71º98.13%79.02%-
HSV(B)277.71º41.34%99.61%-
XYZ56.6643.199.1-
YUV180.7169.37152.46-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.79%
GREEN value IS 149 (58.59% from 255) = 24.11%
BLUE value IS 254 (99.61% from 255) = 41.10%
R=34.79%
G=24.11%
B=41.10%

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
Decimal2151492540.150.4100.00277.7198.1379.02
HexD795FEF2900116624f
Octal327225376175100426142117
Binary11010111100101011111111011111010010010001011011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D795FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D795FE; }

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

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

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

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

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

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

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

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