#D597FD

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

Shades of Mauve #D597FD

Tints of Mauve #D597FD

Color information

#D597FD (or 0xD597FD) is unknown color: approx Mauve. HEX triplet: D5, 97 and FD. RGB value is (213,151,253). Sum of RGB (Red+Green+Blue) = 213+151+253=617 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.52% from 617); Green value is 151 (59.38% from 255 or 24.47% from 617); Blue value is 253 (99.22% from 255 or 41.00% from 617); Max value from RGB is 253 - color contains mainly: blue. Hex color #D597FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D597FD is #2A6802. Grayscale: #B4B4B4. Windows color (decimal): -2779139 or 16619477. OLE color: 16619477.

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

Color convert

RGB213151253-
CMYK0.160.4000.01
HSL276.47º96.23%79.22%-
HSV(B)276.47º40.32%99.22%-
XYZ56.2443.3798.34-
YUV181.17168.54150.71-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.52%
GREEN value IS 151 (59.38% from 255) = 24.47%
BLUE value IS 253 (99.22% from 255) = 41.00%
R=34.52%
G=24.47%
B=41.00%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2131512530.160.4000.01276.4796.2379.22
HexD597FD102801114604f
Octal325227375205001424140117
Binary110101011001011111111101100001010000110001010011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D597FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D597FD; }

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

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

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

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

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

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

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

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