#D595FB

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

Shades of Mauve #D595FB

Tints of Mauve #D595FB

Color information

#D595FB (or 0xD595FB) is unknown color: approx Mauve. HEX triplet: D5, 95 and FB. RGB value is (213,149,251). Sum of RGB (Red+Green+Blue) = 213+149+251=613 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.75% from 613); Green value is 149 (58.59% from 255 or 24.31% from 613); Blue value is 251 (98.44% from 255 or 40.95% from 613); Max value from RGB is 251 - color contains mainly: blue. Hex color #D595FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D595FB is #2A6A04. Grayscale: #B3B3B3. Windows color (decimal): -2779653 or 16487893. OLE color: 16487893.

HSL color Cylindrical-coordinate representation of color #D595FB: hue angle of 277.65º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D595FB is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB213149251-
CMYK0.150.4100.02
HSL277.65º92.73%78.43%-
HSV(B)277.65º40.64%98.43%-
XYZ55.642.6196.56-
YUV179.76168.2151.71-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.75%
GREEN value IS 149 (58.59% from 255) = 24.31%
BLUE value IS 251 (98.44% from 255) = 40.95%
R=34.75%
G=24.31%
B=40.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2131492510.150.4100.02277.6592.7378.43
HexD595FBF29021165d4e
Octal325225373175102426135116
Binary110101011001010111111011111110100101010001011010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D595FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D595FB; }

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

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

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

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

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

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

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

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