#D9A2F2

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

Shades of Mauve #D9A2F2

Tints of Mauve #D9A2F2

Color information

#D9A2F2 (or 0xD9A2F2) is unknown color: approx Mauve. HEX triplet: D9, A2 and F2. RGB value is (217,162,242). Sum of RGB (Red+Green+Blue) = 217+162+242=621 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.94% from 621); Green value is 162 (63.67% from 255 or 26.09% 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 #D9A2F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9A2F2 is #265D0D. Grayscale: #BBBBBB. Windows color (decimal): -2514190 or 15901401. OLE color: 15901401.

HSL color Cylindrical-coordinate representation of color #D9A2F2: hue angle of 281.25º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D9A2F2 is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB217162242-
CMYK0.100.3300.05
HSL281.25º75.47%79.22%-
HSV(B)281.25º33.06%94.9%-
XYZ57.564790.04-
YUV187.56158.72149-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.94%
GREEN value IS 162 (63.67% from 255) = 26.09%
BLUE value IS 242 (94.92% from 255) = 38.97%
R=34.94%
G=26.09%
B=38.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2171622420.100.3300.05281.2575.4779.22
HexD9A2F2A21051194b4f
Octal331242362124105431113117
Binary1101100110100010111100101010100001010110001100110010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A2F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A2F2; }

 p { color: rgb(217,162,242); }

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

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

 a { background-color: rgb(217,162,242); }

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

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

 span { border-color: rgb(217,162,242); }

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