#D598F6

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

Shades of Mauve #D598F6

Tints of Mauve #D598F6

Color information

#D598F6 (or 0xD598F6) is unknown color: approx Mauve. HEX triplet: D5, 98 and F6. RGB value is (213,152,246). Sum of RGB (Red+Green+Blue) = 213+152+246=611 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.86% from 611); Green value is 152 (59.77% from 255 or 24.88% from 611); Blue value is 246 (96.48% from 255 or 40.26% from 611); Max value from RGB is 246 - color contains mainly: blue. Hex color #D598F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D598F6 is #2A6709. Grayscale: #B4B4B4. Windows color (decimal): -2778890 or 16160981. OLE color: 16160981.

HSL color Cylindrical-coordinate representation of color #D598F6: hue angle of 278.94º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D598F6 is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB213152246-
CMYK0.130.3800.04
HSL278.94º83.93%78.04%-
HSV(B)278.94º38.21%96.47%-
XYZ55.343.2692.62-
YUV180.96164.71150.86-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.86%
GREEN value IS 152 (59.77% from 255) = 24.88%
BLUE value IS 246 (96.48% from 255) = 40.26%
R=34.86%
G=24.88%
B=40.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2131522460.130.3800.04278.9483.9378.04
HexD598F6D2604117544e
Octal325230366154604427124116
Binary1101010110011000111101101101100110010010001011110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D598F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D598F6; }

 p { color: rgb(213,152,246); }

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

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

 a { background-color: rgb(213,152,246); }

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

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

 span { border-color: rgb(213,152,246); }

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