#D896FF

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

Shades of Mauve #D896FF

Tints of Mauve #D896FF

Color information

#D896FF (or 0xD896FF) is unknown color: approx Mauve. HEX triplet: D8, 96 and FF. RGB value is (216,150,255). Sum of RGB (Red+Green+Blue) = 216+150+255=621 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.78% from 621); Green value is 150 (58.98% from 255 or 24.15% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #D896FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D896FF is #276900. Grayscale: #B5B5B5. Windows color (decimal): -2582785 or 16750296. OLE color: 16750296.

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

Color convert

RGB216150255-
CMYK0.150.4100
HSL277.71º100%79.41%-
HSV(B)277.71º41.18%100%-
XYZ57.2843.63100.01-
YUV181.7169.37152.46-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.78%
GREEN value IS 150 (58.98% from 255) = 24.15%
BLUE value IS 255 (100% from 255) = 41.06%
R=34.78%
G=24.15%
B=41.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2161502550.150.4100277.7110079.41
HexD896FFF2900116644f
Octal330226377175100426144117
Binary11011000100101101111111111111010010010001011011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D896FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D896FF; }

 p { color: rgb(216,150,255); }

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

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

 a { background-color: rgb(216,150,255); }

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

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

 span { border-color: rgb(216,150,255); }

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