#D994FF

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

Shades of Mauve #D994FF

Tints of Mauve #D994FF

Color information

#D994FF (or 0xD994FF) is unknown color: approx Mauve. HEX triplet: D9, 94 and FF. RGB value is (217,148,255). Sum of RGB (Red+Green+Blue) = 217+148+255=620 (82% of max value = 765). Red value is 217 (85.16% from 255 or 35% from 620); Green value is 148 (58.20% from 255 or 23.87% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #D994FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D994FF is #266B00. Grayscale: #B4B4B4. Windows color (decimal): -2517761 or 16749785. OLE color: 16749785.

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

Color convert

RGB217148255-
CMYK0.150.4200
HSL278.69º100%79.02%-
HSV(B)278.69º41.96%100%-
XYZ57.2643.1599.92-
YUV180.83169.86153.8-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35%
GREEN value IS 148 (58.20% from 255) = 23.87%
BLUE value IS 255 (100% from 255) = 41.13%
R=35%
G=23.87%
B=41.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2171482550.150.4200278.6910079.02
HexD994FFF2A00117644f
Octal331224377175200427144117
Binary11011001100101001111111111111010100010001011111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D994FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D994FF; }

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

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

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

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

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

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

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

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