#D495FE

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

Shades of Mauve #D495FE

Tints of Mauve #D495FE

Color information

#D495FE (or 0xD495FE) is unknown color: approx Mauve. HEX triplet: D4, 95 and FE. RGB value is (212,149,254). Sum of RGB (Red+Green+Blue) = 212+149+254=615 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.47% from 615); Green value is 149 (58.59% from 255 or 24.23% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #D495FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D495FE is #2B6A01. Grayscale: #B3B3B3. Windows color (decimal): -2845186 or 16684500. OLE color: 16684500.

HSL color Cylindrical-coordinate representation of color #D495FE: hue angle of 276º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D495FE is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB212149254-
CMYK0.170.4100.00
HSL276º98.13%79.02%-
HSV(B)276º41.34%99.61%-
XYZ55.7942.6599.06-
YUV179.81169.87150.96-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.47%
GREEN value IS 149 (58.59% from 255) = 24.23%
BLUE value IS 254 (99.61% from 255) = 41.30%
R=34.47%
G=24.23%
B=41.30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2121492540.170.4100.0027698.1379.02
HexD495FE112900114624f
Octal324225376215100424142117
Binary110101001001010111111110100011010010010001010011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D495FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D495FE; }

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

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

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

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

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

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

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

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