#D399F6

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

Shades of Mauve #D399F6

Tints of Mauve #D399F6

Color information

#D399F6 (or 0xD399F6) is unknown color: approx Mauve. HEX triplet: D3, 99 and F6. RGB value is (211,153,246). Sum of RGB (Red+Green+Blue) = 211+153+246=610 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.59% from 610); Green value is 153 (60.16% from 255 or 25.08% from 610); Blue value is 246 (96.48% from 255 or 40.33% from 610); Max value from RGB is 246 - color contains mainly: blue. Hex color #D399F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D399F6 is #2C6609. Grayscale: #B4B4B4. Windows color (decimal): -2909706 or 16161235. OLE color: 16161235.

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

Color convert

RGB211153246-
CMYK0.140.3800.04
HSL277.42º83.78%78.24%-
HSV(B)277.42º37.8%96.47%-
XYZ54.8943.2992.65-
YUV180.94164.72149.44-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.59%
GREEN value IS 153 (60.16% from 255) = 25.08%
BLUE value IS 246 (96.48% from 255) = 40.33%
R=34.59%
G=25.08%
B=40.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2111532460.140.3800.04277.4283.7878.24
HexD399F6E2604115544e
Octal323231366164604425124116
Binary1101001110011001111101101110100110010010001010110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D399F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D399F6; }

 p { color: rgb(211,153,246); }

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

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

 a { background-color: rgb(211,153,246); }

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

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

 span { border-color: rgb(211,153,246); }

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