#D79BF3

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

Shades of Mauve #D79BF3

Tints of Mauve #D79BF3

Color information

#D79BF3 (or 0xD79BF3) is unknown color: approx Mauve. HEX triplet: D7, 9B and F3. RGB value is (215,155,243). Sum of RGB (Red+Green+Blue) = 215+155+243=613 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.07% from 613); Green value is 155 (60.94% from 255 or 25.29% from 613); Blue value is 243 (95.31% from 255 or 39.64% from 613); Max value from RGB is 243 - color contains mainly: blue. Hex color #D79BF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D79BF3 is #28640C. Grayscale: #B6B6B6. Windows color (decimal): -2647053 or 15965143. OLE color: 15965143.

HSL color Cylindrical-coordinate representation of color #D79BF3: hue angle of 280.91º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D79BF3 is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB215155243-
CMYK0.120.3600.05
HSL280.91º78.57%78.04%-
HSV(B)280.91º36.21%95.29%-
XYZ55.9244.3690.41-
YUV182.97161.88150.84-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.07%
GREEN value IS 155 (60.94% from 255) = 25.29%
BLUE value IS 243 (95.31% from 255) = 39.64%
R=35.07%
G=25.29%
B=39.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2151552430.120.3600.05280.9178.5778.04
HexD79BF3C24051194f4e
Octal327233363144405431117116
Binary1101011110011011111100111100100100010110001100110011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79BF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79BF3; }

 p { color: rgb(215,155,243); }

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

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

 a { background-color: rgb(215,155,243); }

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

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

 span { border-color: rgb(215,155,243); }

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