#D99AFF

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

Shades of Mauve #D99AFF

Tints of Mauve #D99AFF

Color information

#D99AFF (or 0xD99AFF) is unknown color: approx Mauve. HEX triplet: D9, 9A and FF. RGB value is (217,154,255). Sum of RGB (Red+Green+Blue) = 217+154+255=626 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.66% from 626); Green value is 154 (60.55% from 255 or 24.60% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #D99AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99AFF is #266500. Grayscale: #B8B8B8. Windows color (decimal): -2516225 or 16751321. OLE color: 16751321.

HSL color Cylindrical-coordinate representation of color #D99AFF: hue angle of 277.43º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D99AFF is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB217154255-
CMYK0.150.4000
HSL277.43º100%80.2%-
HSV(B)277.43º39.61%100%-
XYZ58.2245.08100.24-
YUV184.35167.87151.29-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.66%
GREEN value IS 154 (60.55% from 255) = 24.60%
BLUE value IS 255 (100% from 255) = 40.73%
R=34.66%
G=24.60%
B=40.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2171542550.150.4000277.4310080.2
HexD99AFFF28001156450
Octal331232377175000425144120
Binary11011001100110101111111111111010000010001010111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99AFF; }

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

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

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

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

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

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

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

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