#D792FC

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

Shades of Mauve #D792FC

Tints of Mauve #D792FC

Color information

#D792FC (or 0xD792FC) is unknown color: approx Mauve. HEX triplet: D7, 92 and FC. RGB value is (215,146,252). Sum of RGB (Red+Green+Blue) = 215+146+252=613 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.07% from 613); Green value is 146 (57.42% from 255 or 23.82% from 613); Blue value is 252 (98.83% from 255 or 41.11% from 613); Max value from RGB is 252 - color contains mainly: blue. Hex color #D792FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D792FC is #286D03. Grayscale: #B2B2B2. Windows color (decimal): -2649348 or 16552663. OLE color: 16552663.

HSL color Cylindrical-coordinate representation of color #D792FC: hue angle of 279.06º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D792FC is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB215146252-
CMYK0.150.4200.01
HSL279.06º94.64%78.04%-
HSV(B)279.06º42.06%98.82%-
XYZ55.8742.0397.26-
YUV178.72169.36153.88-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.07%
GREEN value IS 146 (57.42% from 255) = 23.82%
BLUE value IS 252 (98.83% from 255) = 41.11%
R=35.07%
G=23.82%
B=41.11%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2151462520.150.4200.01279.0694.6478.04
HexD792FCF2A011175f4e
Octal327222374175201427137116
Binary11010111100100101111110011111010100110001011110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D792FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D792FC; }

 p { color: rgb(215,146,252); }

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

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

 a { background-color: rgb(215,146,252); }

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

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

 span { border-color: rgb(215,146,252); }

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