#D291FB

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

Shades of Mauve #D291FB

Tints of Mauve #D291FB

Color information

#D291FB (or 0xD291FB) is unknown color: approx Mauve. HEX triplet: D2, 91 and FB. RGB value is (210,145,251). Sum of RGB (Red+Green+Blue) = 210+145+251=606 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.65% from 606); Green value is 145 (57.03% from 255 or 23.93% from 606); Blue value is 251 (98.44% from 255 or 41.42% from 606); Max value from RGB is 251 - color contains mainly: blue. Hex color #D291FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D291FB is #2D6E04. Grayscale: #B0B0B0. Windows color (decimal): -2977285 or 16486866. OLE color: 16486866.

HSL color Cylindrical-coordinate representation of color #D291FB: hue angle of 276.79º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D291FB is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB210145251-
CMYK0.160.4200.02
HSL276.79º92.98%77.65%-
HSV(B)276.79º42.23%98.43%-
XYZ54.1240.9296.31-
YUV176.52170.03151.88-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.65%
GREEN value IS 145 (57.03% from 255) = 23.93%
BLUE value IS 251 (98.44% from 255) = 41.42%
R=34.65%
G=23.93%
B=41.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2101452510.160.4200.02276.7992.9877.65
HexD291FB102A021155d4e
Octal322221373205202425135116
Binary1101001010010001111110111000010101001010001010110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D291FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D291FB; }

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

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

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

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

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

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

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

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