#D29FF8

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

Shades of Mauve #D29FF8

Tints of Mauve #D29FF8

Color information

#D29FF8 (or 0xD29FF8) is unknown color: approx Mauve. HEX triplet: D2, 9F and F8. RGB value is (210,159,248). Sum of RGB (Red+Green+Blue) = 210+159+248=617 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.04% from 617); Green value is 159 (62.5% from 255 or 25.77% from 617); Blue value is 248 (97.27% from 255 or 40.19% from 617); Max value from RGB is 248 - color contains mainly: blue. Hex color #D29FF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29FF8 is #2D6007. Grayscale: #B8B8B8. Windows color (decimal): -2973704 or 16293842. OLE color: 16293842.

HSL color Cylindrical-coordinate representation of color #D29FF8: hue angle of 274.38º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D29FF8 is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB210159248-
CMYK0.150.3600.03
HSL274.38º86.41%79.8%-
HSV(B)274.38º35.89%97.25%-
XYZ55.9245.2894.6-
YUV184.4163.9146.26-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.04%
GREEN value IS 159 (62.5% from 255) = 25.77%
BLUE value IS 248 (97.27% from 255) = 40.19%
R=34.04%
G=25.77%
B=40.19%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2101592480.150.3600.03274.3886.4179.8
HexD29FF8F24031125650
Octal322237370174403422126120
Binary110100101001111111111000111110010001110001001010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29FF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29FF8; }

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

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

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

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

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

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

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

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