#D593F8

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

Shades of Mauve #D593F8

Tints of Mauve #D593F8

Color information

#D593F8 (or 0xD593F8) is unknown color: approx Mauve. HEX triplet: D5, 93 and F8. RGB value is (213,147,248). Sum of RGB (Red+Green+Blue) = 213+147+248=608 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.03% from 608); Green value is 147 (57.81% from 255 or 24.18% from 608); Blue value is 248 (97.27% from 255 or 40.79% from 608); Max value from RGB is 248 - color contains mainly: blue. Hex color #D593F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D593F8 is #2A6C07. Grayscale: #B1B1B1. Windows color (decimal): -2780168 or 16290773. OLE color: 16290773.

HSL color Cylindrical-coordinate representation of color #D593F8: hue angle of 279.21º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D593F8 is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB213147248-
CMYK0.140.4100.03
HSL279.21º87.83%77.45%-
HSV(B)279.21º40.73%97.25%-
XYZ54.8241.7993.98-
YUV178.25167.37152.79-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.03%
GREEN value IS 147 (57.81% from 255) = 24.18%
BLUE value IS 248 (97.27% from 255) = 40.79%
R=35.03%
G=24.18%
B=40.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2131472480.140.4100.03279.2187.8377.45
HexD593F8E2903117584d
Octal325223370165103427130115
Binary110101011001001111111000111010100101110001011110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D593F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D593F8; }

 p { color: rgb(213,147,248); }

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

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

 a { background-color: rgb(213,147,248); }

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

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

 span { border-color: rgb(213,147,248); }

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