#D29AFC

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

Shades of Mauve #D29AFC

Tints of Mauve #D29AFC

Color information

#D29AFC (or 0xD29AFC) is unknown color: approx Mauve. HEX triplet: D2, 9A and FC. RGB value is (210,154,252). Sum of RGB (Red+Green+Blue) = 210+154+252=616 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.09% from 616); Green value is 154 (60.55% from 255 or 25% from 616); Blue value is 252 (98.83% from 255 or 40.91% from 616); Max value from RGB is 252 - color contains mainly: blue. Hex color #D29AFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29AFC is #2D6503. Grayscale: #B5B5B5. Windows color (decimal): -2974980 or 16554706. OLE color: 16554706.

HSL color Cylindrical-coordinate representation of color #D29AFC: hue angle of 274.29º degrees, saturation: 0.94, 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 #D29AFC is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB210154252-
CMYK0.170.3900.01
HSL274.29º94.23%79.61%-
HSV(B)274.29º38.89%98.82%-
XYZ55.743.8497.62-
YUV181.92167.55148.03-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.09%
GREEN value IS 154 (60.55% from 255) = 25%
BLUE value IS 252 (98.83% from 255) = 40.91%
R=34.09%
G=25%
B=40.91%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2101542520.170.3900.01274.2994.2379.61
HexD29AFC1127011125e50
Octal322232374214701422136120
Binary110100101001101011111100100011001110110001001010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29AFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29AFC; }

 p { color: rgb(210,154,252); }

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

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

 a { background-color: rgb(210,154,252); }

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

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

 span { border-color: rgb(210,154,252); }

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