#D596F9

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

Shades of Mauve #D596F9

Tints of Mauve #D596F9

Color information

#D596F9 (or 0xD596F9) is unknown color: approx Mauve. HEX triplet: D5, 96 and F9. RGB value is (213,150,249). Sum of RGB (Red+Green+Blue) = 213+150+249=612 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.80% from 612); Green value is 150 (58.98% from 255 or 24.51% from 612); Blue value is 249 (97.66% from 255 or 40.69% from 612); Max value from RGB is 249 - color contains mainly: blue. Hex color #D596F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D596F9 is #2A6906. Grayscale: #B3B3B3. Windows color (decimal): -2779399 or 16357077. OLE color: 16357077.

HSL color Cylindrical-coordinate representation of color #D596F9: hue angle of 278.18º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D596F9 is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB213150249-
CMYK0.140.4000.02
HSL278.18º89.19%78.24%-
HSV(B)278.18º39.76%97.65%-
XYZ55.4542.894.96-
YUV180.12166.87151.45-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.80%
GREEN value IS 150 (58.98% from 255) = 24.51%
BLUE value IS 249 (97.66% from 255) = 40.69%
R=34.80%
G=24.51%
B=40.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2131502490.140.4000.02278.1889.1978.24
HexD596F9E2802116594e
Octal325226371165002426131116
Binary110101011001011011111001111010100001010001011010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D596F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D596F9; }

 p { color: rgb(213,150,249); }

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

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

 a { background-color: rgb(213,150,249); }

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

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

 span { border-color: rgb(213,150,249); }

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