#D99FF0

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

Shades of Mauve #D99FF0

Tints of Mauve #D99FF0

Color information

#D99FF0 (or 0xD99FF0) is unknown color: approx Mauve. HEX triplet: D9, 9F and F0. RGB value is (217,159,240). Sum of RGB (Red+Green+Blue) = 217+159+240=616 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.23% from 616); Green value is 159 (62.5% from 255 or 25.81% from 616); Blue value is 240 (94.14% from 255 or 38.96% from 616); Max value from RGB is 240 - color contains mainly: blue. Hex color #D99FF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99FF0 is #26600F. Grayscale: #B9B9B9. Windows color (decimal): -2514960 or 15769561. OLE color: 15769561.

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

Color convert

RGB217159240-
CMYK0.100.3400.06
HSL282.96º72.97%78.24%-
HSV(B)282.96º33.75%94.12%-
XYZ56.7445.8488.3-
YUV185.58158.72150.41-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.23%
GREEN value IS 159 (62.5% from 255) = 25.81%
BLUE value IS 240 (94.14% from 255) = 38.96%
R=35.23%
G=25.81%
B=38.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2171592400.100.3400.06282.9672.9778.24
HexD99FF0A220611b494e
Octal331237360124206433111116
Binary1101100110011111111100001010100010011010001101110010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99FF0; }

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

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

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

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

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

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

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

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