#D2A8FE

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

Shades of Mauve #D2A8FE

Tints of Mauve #D2A8FE

Color information

#D2A8FE (or 0xD2A8FE) is unknown color: approx Mauve. HEX triplet: D2, A8 and FE. RGB value is (210,168,254). Sum of RGB (Red+Green+Blue) = 210+168+254=632 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.23% from 632); Green value is 168 (66.02% from 255 or 26.58% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #D2A8FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2A8FE is #2D5701. Grayscale: #BEBEBE. Windows color (decimal): -2971394 or 16689362. OLE color: 16689362.

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

Color convert

RGB210168254-
CMYK0.170.3400.00
HSL269.3º97.73%82.75%-
HSV(B)269.3º33.86%99.61%-
XYZ58.4748.86100.12-
YUV190.36163.91142.01-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.23%
GREEN value IS 168 (66.02% from 255) = 26.58%
BLUE value IS 254 (99.61% from 255) = 40.19%
R=33.23%
G=26.58%
B=40.19%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2101682540.170.3400.00269.397.7382.75
HexD2A8FE11220010d6253
Octal322250376214200415142123
Binary110100101010100011111110100011000100010000110111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A8FE; }

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

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

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

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

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

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

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

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