#D29FFF

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

Shades of Mauve #D29FFF

Tints of Mauve #D29FFF

Color information

#D29FFF (or 0xD29FFF) is unknown color: approx Mauve. HEX triplet: D2, 9F and FF. RGB value is (210,159,255). Sum of RGB (Red+Green+Blue) = 210+159+255=624 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.65% from 624); Green value is 159 (62.5% from 255 or 25.48% from 624); Blue value is 255 (100% from 255 or 40.87% from 624); Max value from RGB is 255 - color contains mainly: blue. Hex color #D29FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29FFF is #2D6000. Grayscale: #B8B8B8. Windows color (decimal): -2973697 or 16752594. OLE color: 16752594.

HSL color Cylindrical-coordinate representation of color #D29FFF: hue angle of 271.88º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D29FFF is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB210159255-
CMYK0.180.3800
HSL271.88º100%81.18%-
HSV(B)271.88º37.65%100%-
XYZ57.0345.72100.43-
YUV185.19167.4145.69-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.65%
GREEN value IS 159 (62.5% from 255) = 25.48%
BLUE value IS 255 (100% from 255) = 40.87%
R=33.65%
G=25.48%
B=40.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2101592550.180.3800271.8810081.18
HexD29FFF1226001106451
Octal322237377224600420144121
Binary110100101001111111111111100101001100010001000011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29FFF; }

 p { color: rgb(210,159,255); }

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

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

 a { background-color: rgb(210,159,255); }

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

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

 span { border-color: rgb(210,159,255); }

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