#D99AFA

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

Shades of Mauve #D99AFA

Tints of Mauve #D99AFA

Color information

#D99AFA (or 0xD99AFA) is unknown color: approx Mauve. HEX triplet: D9, 9A and FA. RGB value is (217,154,250). Sum of RGB (Red+Green+Blue) = 217+154+250=621 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.94% from 621); Green value is 154 (60.55% from 255 or 24.80% from 621); Blue value is 250 (98.05% from 255 or 40.26% from 621); Max value from RGB is 250 - color contains mainly: blue. Hex color #D99AFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99AFA is #266505. Grayscale: #B7B7B7. Windows color (decimal): -2516230 or 16423641. OLE color: 16423641.

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

Color convert

RGB217154250-
CMYK0.130.3800.02
HSL279.38º90.57%79.22%-
HSV(B)279.38º38.4%98.04%-
XYZ57.4344.7796.06-
YUV183.78165.37151.69-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.94%
GREEN value IS 154 (60.55% from 255) = 24.80%
BLUE value IS 250 (98.05% from 255) = 40.26%
R=34.94%
G=24.80%
B=40.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2171542500.130.3800.02279.3890.5779.22
HexD99AFAD26021175b4f
Octal331232372154602427133117
Binary110110011001101011111010110110011001010001011110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99AFA; }

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

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

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

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

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

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

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

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