#D29CFA

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

Shades of Mauve #D29CFA

Tints of Mauve #D29CFA

Color information

#D29CFA (or 0xD29CFA) is unknown color: approx Mauve. HEX triplet: D2, 9C and FA. RGB value is (210,156,250). Sum of RGB (Red+Green+Blue) = 210+156+250=616 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.09% from 616); Green value is 156 (61.33% from 255 or 25.32% from 616); Blue value is 250 (98.05% from 255 or 40.58% from 616); Max value from RGB is 250 - color contains mainly: blue. Hex color #D29CFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29CFA is #2D6305. Grayscale: #B6B6B6. Windows color (decimal): -2974470 or 16424146. OLE color: 16424146.

HSL color Cylindrical-coordinate representation of color #D29CFA: hue angle of 274.47º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D29CFA is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB210156250-
CMYK0.160.3800.02
HSL274.47º90.38%79.61%-
HSV(B)274.47º37.6%98.04%-
XYZ55.7244.3896.07-
YUV182.86165.89147.36-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.09%
GREEN value IS 156 (61.33% from 255) = 25.32%
BLUE value IS 250 (98.05% from 255) = 40.58%
R=34.09%
G=25.32%
B=40.58%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2101562500.160.3800.02274.4790.3879.61
HexD29CFA1026021125a50
Octal322234372204602422132120
Binary1101001010011100111110101000010011001010001001010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29CFA; }

 p { color: rgb(210,156,250); }

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

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

 a { background-color: rgb(210,156,250); }

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

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

 span { border-color: rgb(210,156,250); }

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