#D295F9

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

Shades of Mauve #D295F9

Tints of Mauve #D295F9

Color information

#D295F9 (or 0xD295F9) is unknown color: approx Mauve. HEX triplet: D2, 95 and F9. RGB value is (210,149,249). Sum of RGB (Red+Green+Blue) = 210+149+249=608 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.54% from 608); Green value is 149 (58.59% from 255 or 24.51% from 608); Blue value is 249 (97.66% from 255 or 40.95% from 608); Max value from RGB is 249 - color contains mainly: blue. Hex color #D295F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D295F9 is #2D6A06. Grayscale: #B2B2B2. Windows color (decimal): -2976263 or 16356818. OLE color: 16356818.

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

Color convert

RGB210149249-
CMYK0.160.4000.02
HSL276.6º89.29%78.04%-
HSV(B)276.6º40.16%97.65%-
XYZ54.4242.0494.87-
YUV178.64167.71150.37-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.54%
GREEN value IS 149 (58.59% from 255) = 24.51%
BLUE value IS 249 (97.66% from 255) = 40.95%
R=34.54%
G=24.51%
B=40.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2101492490.160.4000.02276.689.2978.04
HexD295F9102802115594e
Octal322225371205002425131116
Binary1101001010010101111110011000010100001010001010110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D295F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D295F9; }

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

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

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

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

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

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

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

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