#D993FE

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

Shades of Mauve #D993FE

Tints of Mauve #D993FE

Color information

#D993FE (or 0xD993FE) is unknown color: approx Mauve. HEX triplet: D9, 93 and FE. RGB value is (217,147,254). Sum of RGB (Red+Green+Blue) = 217+147+254=618 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.11% from 618); Green value is 147 (57.81% from 255 or 23.79% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 254 - color contains mainly: blue. Hex color #D993FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D993FE is #266C01. Grayscale: #B3B3B3. Windows color (decimal): -2518018 or 16683993. OLE color: 16683993.

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

Color convert

RGB217147254-
CMYK0.150.4200.00
HSL279.25º98.17%78.63%-
HSV(B)279.25º42.13%99.61%-
XYZ56.9442.7799.02-
YUV180.13169.69154.3-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.11%
GREEN value IS 147 (57.81% from 255) = 23.79%
BLUE value IS 254 (99.61% from 255) = 41.10%
R=35.11%
G=23.79%
B=41.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2171472540.150.4200.00279.2598.1778.63
HexD993FEF2A00117624f
Octal331223376175200427142117
Binary11011001100100111111111011111010100010001011111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D993FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D993FE; }

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

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

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

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

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

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

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

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