#D993F6

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

Shades of Mauve #D993F6

Tints of Mauve #D993F6

Color information

#D993F6 (or 0xD993F6) is unknown color: approx Mauve. HEX triplet: D9, 93 and F6. RGB value is (217,147,246). Sum of RGB (Red+Green+Blue) = 217+147+246=610 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.57% from 610); Green value is 147 (57.81% from 255 or 24.10% from 610); Blue value is 246 (96.48% from 255 or 40.33% from 610); Max value from RGB is 246 - color contains mainly: blue. Hex color #D993F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D993F6 is #266C09. Grayscale: #B2B2B2. Windows color (decimal): -2518026 or 16159705. OLE color: 16159705.

HSL color Cylindrical-coordinate representation of color #D993F6: hue angle of 282.42º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D993F6 is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB217147246-
CMYK0.120.4000.04
HSL282.42º84.62%77.06%-
HSV(B)282.42º40.24%96.47%-
XYZ55.6842.2792.41-
YUV179.22165.69154.95-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.57%
GREEN value IS 147 (57.81% from 255) = 24.10%
BLUE value IS 246 (96.48% from 255) = 40.33%
R=35.57%
G=24.10%
B=40.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2171472460.120.4000.04282.4284.6277.06
HexD993F6C280411a554d
Octal331223366145004432125115
Binary1101100110010011111101101100101000010010001101010101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D993F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D993F6; }

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

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

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

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

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

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

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

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