#D49AFD

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

Shades of Mauve #D49AFD

Tints of Mauve #D49AFD

Color information

#D49AFD (or 0xD49AFD) is unknown color: approx Mauve. HEX triplet: D4, 9A and FD. RGB value is (212,154,253). Sum of RGB (Red+Green+Blue) = 212+154+253=619 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.25% from 619); Green value is 154 (60.55% from 255 or 24.88% from 619); Blue value is 253 (99.22% from 255 or 40.87% from 619); Max value from RGB is 253 - color contains mainly: blue. Hex color #D49AFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49AFD is #2B6502. Grayscale: #B6B6B6. Windows color (decimal): -2843907 or 16620244. OLE color: 16620244.

HSL color Cylindrical-coordinate representation of color #D49AFD: hue angle of 275.15º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D49AFD is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB212154253-
CMYK0.160.3900.01
HSL275.15º96.12%79.8%-
HSV(B)275.15º39.13%99.22%-
XYZ56.4444.298.49-
YUV182.63167.72148.95-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.25%
GREEN value IS 154 (60.55% from 255) = 24.88%
BLUE value IS 253 (99.22% from 255) = 40.87%
R=34.25%
G=24.88%
B=40.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2121542530.160.3900.01275.1596.1279.8
HexD49AFD1027011136050
Octal324232375204701423140120
Binary110101001001101011111101100001001110110001001111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49AFD; }

 p { color: rgb(212,154,253); }

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

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

 a { background-color: rgb(212,154,253); }

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

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

 span { border-color: rgb(212,154,253); }

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