#D393FF

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

Shades of Mauve #D393FF

Tints of Mauve #D393FF

Color information

#D393FF (or 0xD393FF) is unknown color: approx Mauve. HEX triplet: D3, 93 and FF. RGB value is (211,147,255). Sum of RGB (Red+Green+Blue) = 211+147+255=613 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.42% from 613); Green value is 147 (57.81% from 255 or 23.98% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #D393FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D393FF is #2C6C00. Grayscale: #B2B2B2. Windows color (decimal): -2911233 or 16749523. OLE color: 16749523.

HSL color Cylindrical-coordinate representation of color #D393FF: hue angle of 275.56º 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 #D393FF is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB211147255-
CMYK0.170.4200
HSL275.56º100%78.82%-
HSV(B)275.56º42.35%100%-
XYZ55.3541.9499.79-
YUV178.45171.2151.22-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.42%
GREEN value IS 147 (57.81% from 255) = 23.98%
BLUE value IS 255 (100% from 255) = 41.60%
R=34.42%
G=23.98%
B=41.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2111472550.170.4200275.5610078.82
HexD393FF112A00114644f
Octal323223377215200424144117
Binary110100111001001111111111100011010100010001010011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D393FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D393FF; }

 p { color: rgb(211,147,255); }

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

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

 a { background-color: rgb(211,147,255); }

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

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

 span { border-color: rgb(211,147,255); }

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