#D596FD

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

Shades of Mauve #D596FD

Tints of Mauve #D596FD

Color information

#D596FD (or 0xD596FD) is unknown color: approx Mauve. HEX triplet: D5, 96 and FD. RGB value is (213,150,253). Sum of RGB (Red+Green+Blue) = 213+150+253=616 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.58% from 616); Green value is 150 (58.98% from 255 or 24.35% from 616); Blue value is 253 (99.22% from 255 or 41.07% from 616); Max value from RGB is 253 - color contains mainly: blue. Hex color #D596FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D596FD is #2A6902. Grayscale: #B4B4B4. Windows color (decimal): -2779395 or 16619221. OLE color: 16619221.

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

Color convert

RGB213150253-
CMYK0.160.4100.01
HSL276.7º96.26%79.02%-
HSV(B)276.7º40.71%99.22%-
XYZ56.0843.0598.28-
YUV180.58168.87151.12-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.58%
GREEN value IS 150 (58.98% from 255) = 24.35%
BLUE value IS 253 (99.22% from 255) = 41.07%
R=34.58%
G=24.35%
B=41.07%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2131502530.160.4100.01276.796.2679.02
HexD596FD102901115604f
Octal325226375205101425140117
Binary110101011001011011111101100001010010110001010111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D596FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D596FD; }

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

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

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

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

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

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

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

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