#D295FA

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

Shades of Mauve #D295FA

Tints of Mauve #D295FA

Color information

#D295FA (or 0xD295FA) is unknown color: approx Mauve. HEX triplet: D2, 95 and FA. RGB value is (210,149,250). Sum of RGB (Red+Green+Blue) = 210+149+250=609 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.48% from 609); Green value is 149 (58.59% from 255 or 24.47% from 609); Blue value is 250 (98.05% from 255 or 41.05% from 609); Max value from RGB is 250 - color contains mainly: blue. Hex color #D295FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D295FA is #2D6A05. Grayscale: #B2B2B2. Windows color (decimal): -2976262 or 16422354. OLE color: 16422354.

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

Color convert

RGB210149250-
CMYK0.160.4000.02
HSL276.24º90.99%78.24%-
HSV(B)276.24º40.4%98.04%-
XYZ54.5842.195.69-
YUV178.75168.21150.29-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.48%
GREEN value IS 149 (58.59% from 255) = 24.47%
BLUE value IS 250 (98.05% from 255) = 41.05%
R=34.48%
G=24.47%
B=41.05%

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
Decimal2101492500.160.4000.02276.2490.9978.24
HexD295FA1028021145b4e
Octal322225372205002424133116
Binary1101001010010101111110101000010100001010001010010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D295FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D295FA; }

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

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

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

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

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

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

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

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