#D596FE

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

Shades of Mauve #D596FE

Tints of Mauve #D596FE

Color information

#D596FE (or 0xD596FE) is unknown color: approx Mauve. HEX triplet: D5, 96 and FE. RGB value is (213,150,254). Sum of RGB (Red+Green+Blue) = 213+150+254=617 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.52% from 617); Green value is 150 (58.98% from 255 or 24.31% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #D596FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D596FE is #2A6901. Grayscale: #B4B4B4. Windows color (decimal): -2779394 or 16684757. OLE color: 16684757.

HSL color Cylindrical-coordinate representation of color #D596FE: hue angle of 276.35º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D596FE is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB213150254-
CMYK0.160.4100.00
HSL276.35º98.11%79.22%-
HSV(B)276.35º40.94%99.61%-
XYZ56.2443.1199.12-
YUV180.69169.37151.04-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.52%
GREEN value IS 150 (58.98% from 255) = 24.31%
BLUE value IS 254 (99.61% from 255) = 41.17%
R=34.52%
G=24.31%
B=41.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2131502540.160.4100.00276.3598.1179.22
HexD596FE102900114624f
Octal325226376205100424142117
Binary110101011001011011111110100001010010010001010011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D596FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D596FE; }

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

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

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

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

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

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

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

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