#D29AFF

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

Shades of Mauve #D29AFF

Tints of Mauve #D29AFF

Color information

#D29AFF (or 0xD29AFF) is unknown color: approx Mauve. HEX triplet: D2, 9A and FF. RGB value is (210,154,255). Sum of RGB (Red+Green+Blue) = 210+154+255=619 (81% of max value = 765). Red value is 210 (82.42% from 255 or 33.93% from 619); Green value is 154 (60.55% from 255 or 24.88% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #D29AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29AFF is #2D6500. Grayscale: #B5B5B5. Windows color (decimal): -2974977 or 16751314. OLE color: 16751314.

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

Color convert

RGB210154255-
CMYK0.180.4000
HSL273.27º100%80.2%-
HSV(B)273.27º39.61%100%-
XYZ56.1844.03100.15-
YUV182.26169.05147.79-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.93%
GREEN value IS 154 (60.55% from 255) = 24.88%
BLUE value IS 255 (100% from 255) = 41.20%
R=33.93%
G=24.88%
B=41.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2101542550.180.4000273.2710080.2
HexD29AFF1228001116450
Octal322232377225000421144120
Binary110100101001101011111111100101010000010001000111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29AFF; }

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

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

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

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

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

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

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

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