#D495F8

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

Shades of Mauve #D495F8

Tints of Mauve #D495F8

Color information

#D495F8 (or 0xD495F8) is unknown color: approx Mauve. HEX triplet: D4, 95 and F8. RGB value is (212,149,248). Sum of RGB (Red+Green+Blue) = 212+149+248=609 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.81% from 609); Green value is 149 (58.59% from 255 or 24.47% from 609); Blue value is 248 (97.27% from 255 or 40.72% from 609); Max value from RGB is 248 - color contains mainly: blue. Hex color #D495F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D495F8 is #2B6A07. Grayscale: #B2B2B2. Windows color (decimal): -2845192 or 16291284. OLE color: 16291284.

HSL color Cylindrical-coordinate representation of color #D495F8: hue angle of 278.18º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D495F8 is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB212149248-
CMYK0.150.4000.03
HSL278.18º87.61%77.84%-
HSV(B)278.18º39.92%97.25%-
XYZ54.8442.2794.08-
YUV179.12166.87151.45-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.81%
GREEN value IS 149 (58.59% from 255) = 24.47%
BLUE value IS 248 (97.27% from 255) = 40.72%
R=34.81%
G=24.47%
B=40.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2121492480.150.4000.03278.1887.6177.84
HexD495F8F2803116584e
Octal324225370175003426130116
Binary110101001001010111111000111110100001110001011010110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D495F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D495F8; }

 p { color: rgb(212,149,248); }

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

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

 a { background-color: rgb(212,149,248); }

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

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

 span { border-color: rgb(212,149,248); }

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