#D29DFE

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

Shades of Mauve #D29DFE

Tints of Mauve #D29DFE

Color information

#D29DFE (or 0xD29DFE) is unknown color: approx Mauve. HEX triplet: D2, 9D and FE. RGB value is (210,157,254). Sum of RGB (Red+Green+Blue) = 210+157+254=621 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.82% from 621); Green value is 157 (61.72% from 255 or 25.28% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #D29DFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29DFE is #2D6201. Grayscale: #B7B7B7. Windows color (decimal): -2974210 or 16686546. OLE color: 16686546.

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

Color convert

RGB210157254-
CMYK0.170.3800.00
HSL272.78º97.98%80.59%-
HSV(B)272.78º38.19%99.61%-
XYZ56.5244.9799.47-
YUV183.9167.56146.61-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.82%
GREEN value IS 157 (61.72% from 255) = 25.28%
BLUE value IS 254 (99.61% from 255) = 40.90%
R=33.82%
G=25.28%
B=40.90%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2101572540.170.3800.00272.7897.9880.59
HexD29DFE1126001116251
Octal322235376214600421142121
Binary110100101001110111111110100011001100010001000111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29DFE; }

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

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

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

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

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

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

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

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