#D396FF

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

Shades of Mauve #D396FF

Tints of Mauve #D396FF

Color information

#D396FF (or 0xD396FF) is unknown color: approx Mauve. HEX triplet: D3, 96 and FF. RGB value is (211,150,255). Sum of RGB (Red+Green+Blue) = 211+150+255=616 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.25% from 616); Green value is 150 (58.98% from 255 or 24.35% 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 #D396FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D396FF is #2C6900. Grayscale: #B3B3B3. Windows color (decimal): -2910465 or 16750291. OLE color: 16750291.

HSL color Cylindrical-coordinate representation of color #D396FF: hue angle of 274.86º 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 #D396FF is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB211150255-
CMYK0.170.4100
HSL274.86º100%79.41%-
HSV(B)274.86º41.18%100%-
XYZ55.8242.8899.94-
YUV180.21170.21149.96-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.25%
GREEN value IS 150 (58.98% from 255) = 24.35%
BLUE value IS 255 (100% from 255) = 41.40%
R=34.25%
G=24.35%
B=41.40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2111502550.170.4100274.8610079.41
HexD396FF112900113644f
Octal323226377215100423144117
Binary110100111001011011111111100011010010010001001111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D396FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D396FF; }

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

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

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

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

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

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

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

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