#D99DFE

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

Shades of Mauve #D99DFE

Tints of Mauve #D99DFE

Color information

#D99DFE (or 0xD99DFE) is unknown color: approx Mauve. HEX triplet: D9, 9D and FE. RGB value is (217,157,254). Sum of RGB (Red+Green+Blue) = 217+157+254=628 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.55% from 628); Green value is 157 (61.72% from 255 or 25% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #D99DFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99DFE is #266201. Grayscale: #B9B9B9. Windows color (decimal): -2515458 or 16686553. OLE color: 16686553.

HSL color Cylindrical-coordinate representation of color #D99DFE: hue angle of 277.11º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D99DFE is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB217157254-
CMYK0.150.3800.00
HSL277.11º97.98%80.59%-
HSV(B)277.11º38.19%99.61%-
XYZ58.5646.0299.56-
YUV186166.38150.11-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.55%
GREEN value IS 157 (61.72% from 255) = 25%
BLUE value IS 254 (99.61% from 255) = 40.45%
R=34.55%
G=25%
B=40.45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2171572540.150.3800.00277.1197.9880.59
HexD99DFEF26001156251
Octal331235376174600425142121
Binary11011001100111011111111011111001100010001010111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99DFE; }

 p { color: rgb(217,157,254); }

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

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

 a { background-color: rgb(217,157,254); }

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

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

 span { border-color: rgb(217,157,254); }

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