#D2A3FE

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

Shades of Mauve #D2A3FE

Tints of Mauve #D2A3FE

Color information

#D2A3FE (or 0xD2A3FE) is unknown color: approx Mauve. HEX triplet: D2, A3 and FE. RGB value is (210,163,254). Sum of RGB (Red+Green+Blue) = 210+163+254=627 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.49% from 627); Green value is 163 (64.06% from 255 or 26.00% from 627); Blue value is 254 (99.61% from 255 or 40.51% from 627); Max value from RGB is 254 - color contains mainly: blue. Hex color #D2A3FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2A3FE is #2D5C01. Grayscale: #BBBBBB. Windows color (decimal): -2972674 or 16688082. OLE color: 16688082.

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

Color convert

RGB210163254-
CMYK0.170.3600.00
HSL270.99º97.85%81.76%-
HSV(B)270.99º35.83%99.61%-
XYZ57.5647.0599.81-
YUV187.43165.57144.1-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.49%
GREEN value IS 163 (64.06% from 255) = 26.00%
BLUE value IS 254 (99.61% from 255) = 40.51%
R=33.49%
G=26.00%
B=40.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2101632540.170.3600.00270.9997.8581.76
HexD2A3FE11240010f6252
Octal322243376214400417142122
Binary110100101010001111111110100011001000010000111111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A3FE; }

 p { color: rgb(210,163,254); }

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

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

 a { background-color: rgb(210,163,254); }

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

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

 span { border-color: rgb(210,163,254); }

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