#D398F9

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

Shades of Mauve #D398F9

Tints of Mauve #D398F9

Color information

#D398F9 (or 0xD398F9) is unknown color: approx Mauve. HEX triplet: D3, 98 and F9. RGB value is (211,152,249). Sum of RGB (Red+Green+Blue) = 211+152+249=612 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.48% from 612); Green value is 152 (59.77% from 255 or 24.84% from 612); Blue value is 249 (97.66% from 255 or 40.69% from 612); Max value from RGB is 249 - color contains mainly: blue. Hex color #D398F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D398F9 is #2C6706. Grayscale: #B4B4B4. Windows color (decimal): -2909959 or 16357587. OLE color: 16357587.

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

Color convert

RGB211152249-
CMYK0.150.3900.02
HSL276.49º88.99%78.63%-
HSV(B)276.49º38.96%97.65%-
XYZ55.1943.1495.04-
YUV180.7166.55149.61-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.48%
GREEN value IS 152 (59.77% from 255) = 24.84%
BLUE value IS 249 (97.66% from 255) = 40.69%
R=34.48%
G=24.84%
B=40.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2111522490.150.3900.02276.4988.9978.63
HexD398F9F2702114594f
Octal323230371174702424131117
Binary110100111001100011111001111110011101010001010010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D398F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D398F9; }

 p { color: rgb(211,152,249); }

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

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

 a { background-color: rgb(211,152,249); }

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

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

 span { border-color: rgb(211,152,249); }

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