#D29DFD

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

Shades of Mauve #D29DFD

Tints of Mauve #D29DFD

Color information

#D29DFD (or 0xD29DFD) is unknown color: approx Mauve. HEX triplet: D2, 9D and FD. RGB value is (210,157,253). Sum of RGB (Red+Green+Blue) = 210+157+253=620 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.87% from 620); Green value is 157 (61.72% from 255 or 25.32% from 620); Blue value is 253 (99.22% from 255 or 40.81% from 620); Max value from RGB is 253 - color contains mainly: blue. Hex color #D29DFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29DFD is #2D6202. Grayscale: #B7B7B7. Windows color (decimal): -2974211 or 16621010. OLE color: 16621010.

HSL color Cylindrical-coordinate representation of color #D29DFD: hue angle of 273.12º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D29DFD is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB210157253-
CMYK0.170.3800.01
HSL273.12º96%80.39%-
HSV(B)273.12º37.94%99.22%-
XYZ56.3644.9198.63-
YUV183.79167.06146.69-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.87%
GREEN value IS 157 (61.72% from 255) = 25.32%
BLUE value IS 253 (99.22% from 255) = 40.81%
R=33.87%
G=25.32%
B=40.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2101572530.170.3800.01273.129680.39
HexD29DFD1126011116050
Octal322235375214601421140120
Binary110100101001110111111101100011001100110001000111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29DFD; }

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

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

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

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

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

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

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

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