#D99FF1

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

Shades of Mauve #D99FF1

Tints of Mauve #D99FF1

Color information

#D99FF1 (or 0xD99FF1) is unknown color: approx Mauve. HEX triplet: D9, 9F and F1. RGB value is (217,159,241). Sum of RGB (Red+Green+Blue) = 217+159+241=617 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.17% from 617); Green value is 159 (62.5% from 255 or 25.77% from 617); Blue value is 241 (94.53% from 255 or 39.06% from 617); Max value from RGB is 241 - color contains mainly: blue. Hex color #D99FF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99FF1 is #26600E. Grayscale: #B9B9B9. Windows color (decimal): -2514959 or 15835097. OLE color: 15835097.

HSL color Cylindrical-coordinate representation of color #D99FF1: hue angle of 282.44º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D99FF1 is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB217159241-
CMYK0.100.3400.05
HSL282.44º74.55%78.43%-
HSV(B)282.44º34.02%94.51%-
XYZ56.8945.989.08-
YUV185.69159.22150.33-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.17%
GREEN value IS 159 (62.5% from 255) = 25.77%
BLUE value IS 241 (94.53% from 255) = 39.06%
R=35.17%
G=25.77%
B=39.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2171592410.100.3400.05282.4474.5578.43
HexD99FF1A220511a4b4e
Octal331237361124205432113116
Binary1101100110011111111100011010100010010110001101010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99FF1; }

 p { color: rgb(217,159,241); }

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

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

 a { background-color: rgb(217,159,241); }

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

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

 span { border-color: rgb(217,159,241); }

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