#D294FD

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

Shades of Mauve #D294FD

Tints of Mauve #D294FD

Color information

#D294FD (or 0xD294FD) is unknown color: approx Mauve. HEX triplet: D2, 94 and FD. RGB value is (210,148,253). Sum of RGB (Red+Green+Blue) = 210+148+253=611 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.37% from 611); Green value is 148 (58.20% from 255 or 24.22% from 611); Blue value is 253 (99.22% from 255 or 41.41% from 611); Max value from RGB is 253 - color contains mainly: blue. Hex color #D294FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D294FD is #2D6B02. Grayscale: #B2B2B2. Windows color (decimal): -2976515 or 16618706. OLE color: 16618706.

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

Color convert

RGB210148253-
CMYK0.170.4200.01
HSL275.43º96.33%78.63%-
HSV(B)275.43º41.5%99.22%-
XYZ54.941.9798.14-
YUV178.51170.04150.46-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.37%
GREEN value IS 148 (58.20% from 255) = 24.22%
BLUE value IS 253 (99.22% from 255) = 41.41%
R=34.37%
G=24.22%
B=41.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2101482530.170.4200.01275.4396.3378.63
HexD294FD112A01113604f
Octal322224375215201423140117
Binary110100101001010011111101100011010100110001001111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D294FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D294FD; }

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

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

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

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

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

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

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

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