#D998FB

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

Shades of Mauve #D998FB

Tints of Mauve #D998FB

Color information

#D998FB (or 0xD998FB) is unknown color: approx Mauve. HEX triplet: D9, 98 and FB. RGB value is (217,152,251). Sum of RGB (Red+Green+Blue) = 217+152+251=620 (82% of max value = 765). Red value is 217 (85.16% from 255 or 35% from 620); Green value is 152 (59.77% from 255 or 24.52% from 620); Blue value is 251 (98.44% from 255 or 40.48% from 620); Max value from RGB is 251 - color contains mainly: blue. Hex color #D998FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D998FB is #266704. Grayscale: #B6B6B6. Windows color (decimal): -2516741 or 16488665. OLE color: 16488665.

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

Color convert

RGB217152251-
CMYK0.140.3900.02
HSL279.39º92.52%79.02%-
HSV(B)279.39º39.44%98.43%-
XYZ57.2644.1796.78-
YUV182.72166.53152.45-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35%
GREEN value IS 152 (59.77% from 255) = 24.52%
BLUE value IS 251 (98.44% from 255) = 40.48%
R=35%
G=24.52%
B=40.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2171522510.140.3900.02279.3992.5279.02
HexD998FBE27021175d4f
Octal331230373164702427135117
Binary110110011001100011111011111010011101010001011110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D998FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D998FB; }

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

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

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

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

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

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

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

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