#D599F5

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

Shades of Mauve #D599F5

Tints of Mauve #D599F5

Color information

#D599F5 (or 0xD599F5) is unknown color: approx Mauve. HEX triplet: D5, 99 and F5. RGB value is (213,153,245). Sum of RGB (Red+Green+Blue) = 213+153+245=611 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.86% from 611); Green value is 153 (60.16% from 255 or 25.04% from 611); Blue value is 245 (96.09% from 255 or 40.10% from 611); Max value from RGB is 245 - color contains mainly: blue. Hex color #D599F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D599F5 is #2A660A. Grayscale: #B5B5B5. Windows color (decimal): -2778635 or 16095701. OLE color: 16095701.

HSL color Cylindrical-coordinate representation of color #D599F5: hue angle of 279.13º degrees, saturation: 0.82, 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 #D599F5 is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB213153245-
CMYK0.130.3800.04
HSL279.13º82.14%78.04%-
HSV(B)279.13º37.55%96.08%-
XYZ55.3143.5291.87-
YUV181.43163.88150.52-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.86%
GREEN value IS 153 (60.16% from 255) = 25.04%
BLUE value IS 245 (96.09% from 255) = 40.10%
R=34.86%
G=25.04%
B=40.10%

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
Decimal2131532450.130.3800.04279.1382.1478.04
HexD599F5D2604117524e
Octal325231365154604427122116
Binary1101010110011001111101011101100110010010001011110100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D599F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D599F5; }

 p { color: rgb(213,153,245); }

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

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

 a { background-color: rgb(213,153,245); }

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

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

 span { border-color: rgb(213,153,245); }

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