#D293F9

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

Shades of Mauve #D293F9

Tints of Mauve #D293F9

Color information

#D293F9 (or 0xD293F9) is unknown color: approx Mauve. HEX triplet: D2, 93 and F9. RGB value is (210,147,249). Sum of RGB (Red+Green+Blue) = 210+147+249=606 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.65% from 606); Green value is 147 (57.81% from 255 or 24.26% from 606); Blue value is 249 (97.66% from 255 or 41.09% from 606); Max value from RGB is 249 - color contains mainly: blue. Hex color #D293F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D293F9 is #2D6C06. Grayscale: #B1B1B1. Windows color (decimal): -2976775 or 16356306. OLE color: 16356306.

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

Color convert

RGB210147249-
CMYK0.160.4100.02
HSL277.06º89.47%77.65%-
HSV(B)277.06º40.96%97.65%-
XYZ54.1141.4194.76-
YUV177.46168.37151.21-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.65%
GREEN value IS 147 (57.81% from 255) = 24.26%
BLUE value IS 249 (97.66% from 255) = 41.09%
R=34.65%
G=24.26%
B=41.09%

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
Decimal2101472490.160.4100.02277.0689.4777.65
HexD293F9102902115594e
Octal322223371205102425131116
Binary1101001010010011111110011000010100101010001010110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D293F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D293F9; }

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

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

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

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

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

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

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

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