#D998F9

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

Shades of Mauve #D998F9

Tints of Mauve #D998F9

Color information

#D998F9 (or 0xD998F9) is unknown color: approx Mauve. HEX triplet: D9, 98 and F9. RGB value is (217,152,249). Sum of RGB (Red+Green+Blue) = 217+152+249=618 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.11% from 618); Green value is 152 (59.77% from 255 or 24.60% from 618); Blue value is 249 (97.66% from 255 or 40.29% from 618); Max value from RGB is 249 - color contains mainly: blue. Hex color #D998F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D998F9 is #266706. Grayscale: #B6B6B6. Windows color (decimal): -2516743 or 16357593. OLE color: 16357593.

HSL color Cylindrical-coordinate representation of color #D998F9: hue angle of 280.21º 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 #D998F9 is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB217152249-
CMYK0.130.3900.02
HSL280.21º88.99%78.63%-
HSV(B)280.21º38.96%97.65%-
XYZ56.9444.0595.12-
YUV182.49165.53152.61-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.11%
GREEN value IS 152 (59.77% from 255) = 24.60%
BLUE value IS 249 (97.66% from 255) = 40.29%
R=35.11%
G=24.60%
B=40.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2171522490.130.3900.02280.2188.9978.63
HexD998F9D2702118594f
Octal331230371154702430131117
Binary110110011001100011111001110110011101010001100010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D998F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D998F9; }

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

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

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

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

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

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

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

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