#D593FD

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

Shades of Mauve #D593FD

Tints of Mauve #D593FD

Color information

#D593FD (or 0xD593FD) is unknown color: approx Mauve. HEX triplet: D5, 93 and FD. RGB value is (213,147,253). Sum of RGB (Red+Green+Blue) = 213+147+253=613 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.75% from 613); Green value is 147 (57.81% from 255 or 23.98% from 613); Blue value is 253 (99.22% from 255 or 41.27% from 613); Max value from RGB is 253 - color contains mainly: blue. Hex color #D593FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D593FD is #2A6C02. Grayscale: #B2B2B2. Windows color (decimal): -2780163 or 16618453. OLE color: 16618453.

HSL color Cylindrical-coordinate representation of color #D593FD: hue angle of 277.36º degrees, saturation: 0.96, 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 #D593FD is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB213147253-
CMYK0.160.4200.01
HSL277.36º96.36%78.43%-
HSV(B)277.36º41.9%99.22%-
XYZ55.642.1198.13-
YUV178.82169.87152.38-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.75%
GREEN value IS 147 (57.81% from 255) = 23.98%
BLUE value IS 253 (99.22% from 255) = 41.27%
R=34.75%
G=23.98%
B=41.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2131472530.160.4200.01277.3696.3678.43
HexD593FD102A01115604e
Octal325223375205201425140116
Binary110101011001001111111101100001010100110001010111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D593FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D593FD; }

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

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

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

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

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

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

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

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