#D596FC

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

Shades of Mauve #D596FC

Tints of Mauve #D596FC

Color information

#D596FC (or 0xD596FC) is unknown color: approx Mauve. HEX triplet: D5, 96 and FC. RGB value is (213,150,252). Sum of RGB (Red+Green+Blue) = 213+150+252=615 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.63% from 615); Green value is 150 (58.98% from 255 or 24.39% from 615); Blue value is 252 (98.83% from 255 or 40.98% from 615); Max value from RGB is 252 - color contains mainly: blue. Hex color #D596FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D596FC is #2A6903. Grayscale: #B4B4B4. Windows color (decimal): -2779396 or 16553685. OLE color: 16553685.

HSL color Cylindrical-coordinate representation of color #D596FC: hue angle of 277.06º 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 #D596FC is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB213150252-
CMYK0.150.4000.01
HSL277.06º94.44%78.82%-
HSV(B)277.06º40.48%98.82%-
XYZ55.9242.9997.45-
YUV180.46168.37151.21-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.63%
GREEN value IS 150 (58.98% from 255) = 24.39%
BLUE value IS 252 (98.83% from 255) = 40.98%
R=34.63%
G=24.39%
B=40.98%

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
Decimal2131502520.150.4000.01277.0694.4478.82
HexD596FCF28011155e4f
Octal325226374175001425136117
Binary11010101100101101111110011111010000110001010110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D596FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D596FC; }

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

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

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

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

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

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

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

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