#D7A2FE

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

Shades of Mauve #D7A2FE

Tints of Mauve #D7A2FE

Color information

#D7A2FE (or 0xD7A2FE) is unknown color: approx Mauve. HEX triplet: D7, A2 and FE. RGB value is (215,162,254). Sum of RGB (Red+Green+Blue) = 215+162+254=631 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.07% from 631); Green value is 162 (63.67% from 255 or 25.67% from 631); Blue value is 254 (99.61% from 255 or 40.25% from 631); Max value from RGB is 254 - color contains mainly: blue. Hex color #D7A2FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7A2FE is #285D01. Grayscale: #BCBCBC. Windows color (decimal): -2645250 or 16687831. OLE color: 16687831.

HSL color Cylindrical-coordinate representation of color #D7A2FE: hue angle of 274.57º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D7A2FE is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB215162254-
CMYK0.150.3600.00
HSL274.57º97.87%81.57%-
HSV(B)274.57º36.22%99.61%-
XYZ58.8347.4499.82-
YUV188.33165.06147.02-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.07%
GREEN value IS 162 (63.67% from 255) = 25.67%
BLUE value IS 254 (99.61% from 255) = 40.25%
R=34.07%
G=25.67%
B=40.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2151622540.150.3600.00274.5797.8781.57
HexD7A2FEF24001136252
Octal327242376174400423142122
Binary11010111101000101111111011111001000010001001111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A2FE; }

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

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

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

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

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

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

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

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