#D291FD

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

Shades of Mauve #D291FD

Tints of Mauve #D291FD

Color information

#D291FD (or 0xD291FD) is unknown color: approx Mauve. HEX triplet: D2, 91 and FD. RGB value is (210,145,253). Sum of RGB (Red+Green+Blue) = 210+145+253=608 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.54% from 608); Green value is 145 (57.03% from 255 or 23.85% from 608); Blue value is 253 (99.22% from 255 or 41.61% from 608); Max value from RGB is 253 - color contains mainly: blue. Hex color #D291FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D291FD is #2D6E02. Grayscale: #B0B0B0. Windows color (decimal): -2977283 or 16617938. OLE color: 16617938.

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

Color convert

RGB210145253-
CMYK0.170.4300.01
HSL276.11º96.43%78.04%-
HSV(B)276.11º42.69%99.22%-
XYZ54.4341.0497.98-
YUV176.75171.03151.72-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.54%
GREEN value IS 145 (57.03% from 255) = 23.85%
BLUE value IS 253 (99.22% from 255) = 41.61%
R=34.54%
G=23.85%
B=41.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2101452530.170.4300.01276.1196.4378.04
HexD291FD112B01114604e
Octal322221375215301424140116
Binary110100101001000111111101100011010110110001010011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D291FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D291FD; }

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

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

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

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

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

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

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

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