#D294FB

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

Shades of Mauve #D294FB

Tints of Mauve #D294FB

Color information

#D294FB (or 0xD294FB) is unknown color: approx Mauve. HEX triplet: D2, 94 and FB. RGB value is (210,148,251). Sum of RGB (Red+Green+Blue) = 210+148+251=609 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.48% from 609); Green value is 148 (58.20% from 255 or 24.30% from 609); Blue value is 251 (98.44% from 255 or 41.22% from 609); Max value from RGB is 251 - color contains mainly: blue. Hex color #D294FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D294FB is #2D6B04. Grayscale: #B1B1B1. Windows color (decimal): -2976517 or 16487634. OLE color: 16487634.

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

Color convert

RGB210148251-
CMYK0.160.4100.02
HSL276.12º92.79%78.24%-
HSV(B)276.12º41.04%98.43%-
XYZ54.5841.8596.47-
YUV178.28169.04150.62-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.48%
GREEN value IS 148 (58.20% from 255) = 24.30%
BLUE value IS 251 (98.44% from 255) = 41.22%
R=34.48%
G=24.30%
B=41.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2101482510.160.4100.02276.1292.7978.24
HexD294FB1029021145d4e
Octal322224373205102424135116
Binary1101001010010100111110111000010100101010001010010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D294FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D294FB; }

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

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

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

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

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

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

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

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