#D999FA

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

Shades of Mauve #D999FA

Tints of Mauve #D999FA

Color information

#D999FA (or 0xD999FA) is unknown color: approx Mauve. HEX triplet: D9, 99 and FA. RGB value is (217,153,250). Sum of RGB (Red+Green+Blue) = 217+153+250=620 (82% of max value = 765). Red value is 217 (85.16% from 255 or 35% from 620); Green value is 153 (60.16% from 255 or 24.68% from 620); Blue value is 250 (98.05% from 255 or 40.32% from 620); Max value from RGB is 250 - color contains mainly: blue. Hex color #D999FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D999FA is #266605. Grayscale: #B6B6B6. Windows color (decimal): -2516486 or 16423385. OLE color: 16423385.

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

Color convert

RGB217153250-
CMYK0.130.3900.02
HSL279.59º90.65%79.02%-
HSV(B)279.59º38.8%98.04%-
XYZ57.2644.4496-
YUV183.19165.7152.11-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35%
GREEN value IS 153 (60.16% from 255) = 24.68%
BLUE value IS 250 (98.05% from 255) = 40.32%
R=35%
G=24.68%
B=40.32%

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
Decimal2171532500.130.3900.02279.5990.6579.02
HexD999FAD27021185b4f
Octal331231372154702430133117
Binary110110011001100111111010110110011101010001100010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D999FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D999FA; }

 p { color: rgb(217,153,250); }

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

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

 a { background-color: rgb(217,153,250); }

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

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

 span { border-color: rgb(217,153,250); }

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