#D895F6

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

Shades of Mauve #D895F6

Tints of Mauve #D895F6

Color information

#D895F6 (or 0xD895F6) is unknown color: approx Mauve. HEX triplet: D8, 95 and F6. RGB value is (216,149,246). Sum of RGB (Red+Green+Blue) = 216+149+246=611 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.35% from 611); Green value is 149 (58.59% from 255 or 24.39% from 611); Blue value is 246 (96.48% from 255 or 40.26% from 611); Max value from RGB is 246 - color contains mainly: blue. Hex color #D895F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D895F6 is #276A09. Grayscale: #B3B3B3. Windows color (decimal): -2583050 or 16160216. OLE color: 16160216.

HSL color Cylindrical-coordinate representation of color #D895F6: hue angle of 281.44º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D895F6 is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB216149246-
CMYK0.120.3900.04
HSL281.44º84.35%77.45%-
HSV(B)281.44º39.43%96.47%-
XYZ55.742.7592.5-
YUV180.09165.2153.61-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.35%
GREEN value IS 149 (58.59% from 255) = 24.39%
BLUE value IS 246 (96.48% from 255) = 40.26%
R=35.35%
G=24.39%
B=40.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2161492460.120.3900.04281.4484.3577.45
HexD895F6C2704119544d
Octal330225366144704431124115
Binary1101100010010101111101101100100111010010001100110101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D895F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D895F6; }

 p { color: rgb(216,149,246); }

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

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

 a { background-color: rgb(216,149,246); }

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

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

 span { border-color: rgb(216,149,246); }

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