#D594FB

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

Shades of Mauve #D594FB

Tints of Mauve #D594FB

Color information

#D594FB (or 0xD594FB) is unknown color: approx Mauve. HEX triplet: D5, 94 and FB. RGB value is (213,148,251). Sum of RGB (Red+Green+Blue) = 213+148+251=612 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.80% from 612); Green value is 148 (58.20% from 255 or 24.18% from 612); Blue value is 251 (98.44% from 255 or 41.01% from 612); Max value from RGB is 251 - color contains mainly: blue. Hex color #D594FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D594FB is #2A6B04. Grayscale: #B2B2B2. Windows color (decimal): -2779909 or 16487637. OLE color: 16487637.

HSL color Cylindrical-coordinate representation of color #D594FB: hue angle of 277.86º 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 #D594FB is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB213148251-
CMYK0.150.4100.02
HSL277.86º92.79%78.24%-
HSV(B)277.86º41.04%98.43%-
XYZ55.4442.2996.51-
YUV179.18168.53152.12-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.80%
GREEN value IS 148 (58.20% from 255) = 24.18%
BLUE value IS 251 (98.44% from 255) = 41.01%
R=34.80%
G=24.18%
B=41.01%

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
Decimal2131482510.150.4100.02277.8692.7978.24
HexD594FBF29021165d4e
Octal325224373175102426135116
Binary110101011001010011111011111110100101010001011010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D594FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D594FB; }

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

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

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

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

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

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

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

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