#D29DFB

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

Shades of Mauve #D29DFB

Tints of Mauve #D29DFB

Color information

#D29DFB (or 0xD29DFB) is unknown color: approx Mauve. HEX triplet: D2, 9D and FB. RGB value is (210,157,251). Sum of RGB (Red+Green+Blue) = 210+157+251=618 (81% of max value = 765). Red value is 210 (82.42% from 255 or 33.98% from 618); Green value is 157 (61.72% from 255 or 25.40% from 618); Blue value is 251 (98.44% from 255 or 40.61% from 618); Max value from RGB is 251 - color contains mainly: blue. Hex color #D29DFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29DFB is #2D6204. Grayscale: #B7B7B7. Windows color (decimal): -2974213 or 16489938. OLE color: 16489938.

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

Color convert

RGB210157251-
CMYK0.160.3700.02
HSL273.83º92.16%80%-
HSV(B)273.83º37.45%98.43%-
XYZ56.0544.7896.96-
YUV183.56166.06146.86-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.98%
GREEN value IS 157 (61.72% from 255) = 25.40%
BLUE value IS 251 (98.44% from 255) = 40.61%
R=33.98%
G=25.40%
B=40.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2101572510.160.3700.02273.8392.1680
HexD29DFB1025021125c50
Octal322235373204502422134120
Binary1101001010011101111110111000010010101010001001010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29DFB; }

 p { color: rgb(210,157,251); }

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

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

 a { background-color: rgb(210,157,251); }

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

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

 span { border-color: rgb(210,157,251); }

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