#D594FD

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

Shades of Mauve #D594FD

Tints of Mauve #D594FD

Color information

#D594FD (or 0xD594FD) is unknown color: approx Mauve. HEX triplet: D5, 94 and FD. RGB value is (213,148,253). Sum of RGB (Red+Green+Blue) = 213+148+253=614 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.69% from 614); Green value is 148 (58.20% from 255 or 24.10% from 614); Blue value is 253 (99.22% from 255 or 41.21% from 614); Max value from RGB is 253 - color contains mainly: blue. Hex color #D594FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D594FD is #2A6B02. Grayscale: #B3B3B3. Windows color (decimal): -2779907 or 16618709. OLE color: 16618709.

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

Color convert

RGB213148253-
CMYK0.160.4200.01
HSL277.14º96.33%78.63%-
HSV(B)277.14º41.5%99.22%-
XYZ55.7642.4298.18-
YUV179.4169.53151.96-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.69%
GREEN value IS 148 (58.20% from 255) = 24.10%
BLUE value IS 253 (99.22% from 255) = 41.21%
R=34.69%
G=24.10%
B=41.21%

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
Decimal2131482530.160.4200.01277.1496.3378.63
HexD594FD102A01115604f
Octal325224375205201425140117
Binary110101011001010011111101100001010100110001010111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D594FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D594FD; }

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

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

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

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

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

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

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

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