#d993fc

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

Shades of Mauve #D993FC

Tints of Mauve #D993FC

Color information

#D993FC (or 0xD993FC) is unknown color: approx Mauve. HEX triplet: D9, 93 and FC. RGB value is (217,147,252). Sum of RGB (Red+Green+Blue) = 217+147+252=616 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.23% from 616); Green value is 147 (57.81% from 255 or 23.86% from 616); Blue value is 252 (98.83% from 255 or 40.91% from 616); Max value from RGB is 252 - color contains mainly: blue. Hex color #D993FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D993FC is #266C03. Grayscale: #B3B3B3. Windows color (decimal): -2518020 or 16552921. OLE color: 16552921.

HSL color Cylindrical-coordinate representation of color #D993FC: hue angle of 280º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D993FC is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB217147252-
CMYK0.140.4200.01
HSL280º94.59%78.24%-
HSV(B)280º41.67%98.82%-
XYZ56.6242.6597.34-
YUV179.9168.69154.46-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.23%
GREEN value IS 147 (57.81% from 255) = 23.86%
BLUE value IS 252 (98.83% from 255) = 40.91%
R=35.23%
G=23.86%
B=40.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2171472520.140.4200.0128094.5978.24
HexD993FCE2A011185f4e
Octal331223374165201430137116
Binary11011001100100111111110011101010100110001100010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d993fc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d993fc; }

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

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

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

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

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

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

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

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