#D495FF

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

Shades of Mauve #D495FF

Tints of Mauve #D495FF

Color information

#D495FF (or 0xD495FF) is unknown color: approx Mauve. HEX triplet: D4, 95 and FF. RGB value is (212,149,255). Sum of RGB (Red+Green+Blue) = 212+149+255=616 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.42% from 616); Green value is 149 (58.59% from 255 or 24.19% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #D495FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D495FF is #2B6A00. Grayscale: #B3B3B3. Windows color (decimal): -2845185 or 16750036. OLE color: 16750036.

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

Color convert

RGB212149255-
CMYK0.170.4200
HSL275.66º100%79.22%-
HSV(B)275.66º41.57%100%-
XYZ55.9542.7199.9-
YUV179.92170.37150.88-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.42%
GREEN value IS 149 (58.59% from 255) = 24.19%
BLUE value IS 255 (100% from 255) = 41.40%
R=34.42%
G=24.19%
B=41.40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2121492550.170.4200275.6610079.22
HexD495FF112A00114644f
Octal324225377215200424144117
Binary110101001001010111111111100011010100010001010011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D495FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D495FF; }

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

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

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

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

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

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

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

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