#D597FC

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

Shades of Mauve #D597FC

Tints of Mauve #D597FC

Color information

#D597FC (or 0xD597FC) is unknown color: approx Mauve. HEX triplet: D5, 97 and FC. RGB value is (213,151,252). Sum of RGB (Red+Green+Blue) = 213+151+252=616 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.58% from 616); Green value is 151 (59.38% from 255 or 24.51% from 616); Blue value is 252 (98.83% from 255 or 40.91% from 616); Max value from RGB is 252 - color contains mainly: blue. Hex color #D597FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D597FC is #2A6803. Grayscale: #B4B4B4. Windows color (decimal): -2779140 or 16553941. OLE color: 16553941.

HSL color Cylindrical-coordinate representation of color #D597FC: hue angle of 276.83º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D597FC is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB213151252-
CMYK0.150.4000.01
HSL276.83º94.39%79.02%-
HSV(B)276.83º40.08%98.82%-
XYZ56.0843.3197.5-
YUV181.05168.04150.79-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.58%
GREEN value IS 151 (59.38% from 255) = 24.51%
BLUE value IS 252 (98.83% from 255) = 40.91%
R=34.58%
G=24.51%
B=40.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2131512520.150.4000.01276.8394.3979.02
HexD597FCF28011155e4f
Octal325227374175001425136117
Binary11010101100101111111110011111010000110001010110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D597FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D597FC; }

 p { color: rgb(213,151,252); }

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

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

 a { background-color: rgb(213,151,252); }

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

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

 span { border-color: rgb(213,151,252); }

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