#D293FA

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

Shades of Mauve #D293FA

Tints of Mauve #D293FA

Color information

#D293FA (or 0xD293FA) is unknown color: approx Mauve. HEX triplet: D2, 93 and FA. RGB value is (210,147,250). Sum of RGB (Red+Green+Blue) = 210+147+250=607 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.60% from 607); Green value is 147 (57.81% from 255 or 24.22% from 607); Blue value is 250 (98.05% from 255 or 41.19% from 607); Max value from RGB is 250 - color contains mainly: blue. Hex color #D293FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D293FA is #2D6C05. Grayscale: #B1B1B1. Windows color (decimal): -2976774 or 16421842. OLE color: 16421842.

HSL color Cylindrical-coordinate representation of color #D293FA: hue angle of 276.7º degrees, saturation: 0.91, 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 #D293FA is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB210147250-
CMYK0.160.4100.02
HSL276.7º91.15%77.84%-
HSV(B)276.7º41.2%98.04%-
XYZ54.2741.4795.59-
YUV177.58168.87151.12-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.60%
GREEN value IS 147 (57.81% from 255) = 24.22%
BLUE value IS 250 (98.05% from 255) = 41.19%
R=34.60%
G=24.22%
B=41.19%

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
Decimal2101472500.160.4100.02276.791.1577.84
HexD293FA1029021155b4e
Octal322223372205102425133116
Binary1101001010010011111110101000010100101010001010110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D293FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D293FA; }

 p { color: rgb(210,147,250); }

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

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

 a { background-color: rgb(210,147,250); }

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

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

 span { border-color: rgb(210,147,250); }

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