#D29FF3

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

Shades of Mauve #D29FF3

Tints of Mauve #D29FF3

Color information

#D29FF3 (or 0xD29FF3) is unknown color: approx Mauve. HEX triplet: D2, 9F and F3. RGB value is (210,159,243). Sum of RGB (Red+Green+Blue) = 210+159+243=612 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.31% from 612); Green value is 159 (62.5% from 255 or 25.98% from 612); Blue value is 243 (95.31% from 255 or 39.71% from 612); Max value from RGB is 243 - color contains mainly: blue. Hex color #D29FF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29FF3 is #2D600C. Grayscale: #B7B7B7. Windows color (decimal): -2973709 or 15966162. OLE color: 15966162.

HSL color Cylindrical-coordinate representation of color #D29FF3: hue angle of 276.43º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D29FF3 is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB210159243-
CMYK0.140.3500.05
HSL276.43º77.78%78.82%-
HSV(B)276.43º34.57%95.29%-
XYZ55.1544.9790.57-
YUV183.82161.4146.67-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.31%
GREEN value IS 159 (62.5% from 255) = 25.98%
BLUE value IS 243 (95.31% from 255) = 39.71%
R=34.31%
G=25.98%
B=39.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2101592430.140.3500.05276.4377.7878.82
HexD29FF3E23051144e4f
Octal322237363164305424116117
Binary1101001010011111111100111110100011010110001010010011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29FF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29FF3; }

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

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

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

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

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

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

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

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