#D29BFB

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

Shades of Mauve #D29BFB

Tints of Mauve #D29BFB

Color information

#D29BFB (or 0xD29BFB) is unknown color: approx Mauve. HEX triplet: D2, 9B and FB. RGB value is (210,155,251). Sum of RGB (Red+Green+Blue) = 210+155+251=616 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.09% from 616); Green value is 155 (60.94% from 255 or 25.16% from 616); Blue value is 251 (98.44% from 255 or 40.75% from 616); Max value from RGB is 251 - color contains mainly: blue. Hex color #D29BFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29BFB is #2D6404. Grayscale: #B6B6B6. Windows color (decimal): -2974725 or 16489426. OLE color: 16489426.

HSL color Cylindrical-coordinate representation of color #D29BFB: hue angle of 274.38º degrees, saturation: 0.92, 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 #D29BFB is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB210155251-
CMYK0.160.3800.02
HSL274.38º92.31%79.61%-
HSV(B)274.38º38.25%98.43%-
XYZ55.7144.1196.84-
YUV182.39166.72147.69-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.09%
GREEN value IS 155 (60.94% from 255) = 25.16%
BLUE value IS 251 (98.44% from 255) = 40.75%
R=34.09%
G=25.16%
B=40.75%

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
Decimal2101552510.160.3800.02274.3892.3179.61
HexD29BFB1026021125c50
Octal322233373204602422134120
Binary1101001010011011111110111000010011001010001001010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29BFB; }

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

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

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

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

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

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

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

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