#D397FF

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

Shades of Mauve #D397FF

Tints of Mauve #D397FF

Color information

#D397FF (or 0xD397FF) is unknown color: approx Mauve. HEX triplet: D3, 97 and FF. RGB value is (211,151,255). Sum of RGB (Red+Green+Blue) = 211+151+255=617 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.20% from 617); Green value is 151 (59.38% from 255 or 24.47% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #D397FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D397FF is #2C6800. Grayscale: #B4B4B4. Windows color (decimal): -2910209 or 16750547. OLE color: 16750547.

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

Color convert

RGB211151255-
CMYK0.170.4100
HSL274.62º100%79.61%-
HSV(B)274.62º40.78%100%-
XYZ55.9843.2100-
YUV180.8169.88149.54-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.20%
GREEN value IS 151 (59.38% from 255) = 24.47%
BLUE value IS 255 (100% from 255) = 41.33%
R=34.20%
G=24.47%
B=41.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2111512550.170.4100274.6210079.61
HexD397FF1129001136450
Octal323227377215100423144120
Binary110100111001011111111111100011010010010001001111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D397FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D397FF; }

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

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

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

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

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

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

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

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