#D795FF

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

Shades of Mauve #D795FF

Tints of Mauve #D795FF

Color information

#D795FF (or 0xD795FF) is unknown color: approx Mauve. HEX triplet: D7, 95 and FF. RGB value is (215,149,255). Sum of RGB (Red+Green+Blue) = 215+149+255=619 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.73% from 619); Green value is 149 (58.59% from 255 or 24.07% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #D795FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D795FF is #286A00. Grayscale: #B4B4B4. Windows color (decimal): -2648577 or 16750039. OLE color: 16750039.

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

Color convert

RGB215149255-
CMYK0.160.4200
HSL277.36º100%79.22%-
HSV(B)277.36º41.57%100%-
XYZ56.8243.1699.94-
YUV180.82169.87152.38-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.73%
GREEN value IS 149 (58.59% from 255) = 24.07%
BLUE value IS 255 (100% from 255) = 41.20%
R=34.73%
G=24.07%
B=41.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2151492550.160.4200277.3610079.22
HexD795FF102A00115644f
Octal327225377205200425144117
Binary110101111001010111111111100001010100010001010111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D795FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D795FF; }

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

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

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

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

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

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

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

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