#D2A9F2

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

Shades of Mauve #D2A9F2

Tints of Mauve #D2A9F2

Color information

#D2A9F2 (or 0xD2A9F2) is unknown color: approx Mauve. HEX triplet: D2, A9 and F2. RGB value is (210,169,242). Sum of RGB (Red+Green+Blue) = 210+169+242=621 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.82% from 621); Green value is 169 (66.41% from 255 or 27.21% from 621); Blue value is 242 (94.92% from 255 or 38.97% from 621); Max value from RGB is 242 - color contains mainly: blue. Hex color #D2A9F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2A9F2 is #2D560D. Grayscale: #BDBDBD. Windows color (decimal): -2971150 or 15903186. OLE color: 15903186.

HSL color Cylindrical-coordinate representation of color #D2A9F2: hue angle of 273.7º degrees, saturation: 0.74, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D2A9F2 is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB210169242-
CMYK0.130.3000.05
HSL273.7º73.74%80.59%-
HSV(B)273.7º30.17%94.9%-
XYZ56.7948.4990.37-
YUV189.58157.58142.56-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.82%
GREEN value IS 169 (66.41% from 255) = 27.21%
BLUE value IS 242 (94.92% from 255) = 38.97%
R=33.82%
G=27.21%
B=38.97%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2101692420.130.3000.05273.773.7480.59
HexD2A9F2D1E051124a51
Octal322251362153605422112121
Binary110100101010100111110010110111110010110001001010010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A9F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A9F2; }

 p { color: rgb(210,169,242); }

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

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

 a { background-color: rgb(210,169,242); }

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

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

 span { border-color: rgb(210,169,242); }

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