#D595FF

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

Shades of Mauve #D595FF

Tints of Mauve #D595FF

Color information

#D595FF (or 0xD595FF) is unknown color: approx Mauve. HEX triplet: D5, 95 and FF. RGB value is (213,149,255). Sum of RGB (Red+Green+Blue) = 213+149+255=617 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.52% from 617); Green value is 149 (58.59% from 255 or 24.15% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #D595FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D595FF is #2A6A00. Grayscale: #B3B3B3. Windows color (decimal): -2779649 or 16750037. OLE color: 16750037.

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

Color convert

RGB213149255-
CMYK0.160.4200
HSL276.23º100%79.22%-
HSV(B)276.23º41.57%100%-
XYZ56.2442.8699.92-
YUV180.22170.2151.38-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.52%
GREEN value IS 149 (58.59% from 255) = 24.15%
BLUE value IS 255 (100% from 255) = 41.33%
R=34.52%
G=24.15%
B=41.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2131492550.160.4200276.2310079.22
HexD595FF102A00114644f
Octal325225377205200424144117
Binary110101011001010111111111100001010100010001010011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D595FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D595FF; }

 p { color: rgb(213,149,255); }

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

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

 a { background-color: rgb(213,149,255); }

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

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

 span { border-color: rgb(213,149,255); }

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