#D29BFF

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

Shades of Mauve #D29BFF

Tints of Mauve #D29BFF

Color information

#D29BFF (or 0xD29BFF) is unknown color: approx Mauve. HEX triplet: D2, 9B and FF. RGB value is (210,155,255). Sum of RGB (Red+Green+Blue) = 210+155+255=620 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.87% from 620); Green value is 155 (60.94% from 255 or 25% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #D29BFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29BFF is #2D6400. Grayscale: #B6B6B6. Windows color (decimal): -2974721 or 16751570. OLE color: 16751570.

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

Color convert

RGB210155255-
CMYK0.180.3900
HSL273º100%80.39%-
HSV(B)273º39.22%100%-
XYZ56.3544.36100.2-
YUV182.84168.72147.37-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.87%
GREEN value IS 155 (60.94% from 255) = 25%
BLUE value IS 255 (100% from 255) = 41.13%
R=33.87%
G=25%
B=41.13%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2101552550.180.390027310080.39
HexD29BFF1227001116450
Octal322233377224700421144120
Binary110100101001101111111111100101001110010001000111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29BFF; }

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

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

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

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

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

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

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

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