#D592FC

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

Shades of Mauve #D592FC

Tints of Mauve #D592FC

Color information

#D592FC (or 0xD592FC) is unknown color: approx Mauve. HEX triplet: D5, 92 and FC. RGB value is (213,146,252). Sum of RGB (Red+Green+Blue) = 213+146+252=611 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.86% from 611); Green value is 146 (57.42% from 255 or 23.90% from 611); Blue value is 252 (98.83% from 255 or 41.24% from 611); Max value from RGB is 252 - color contains mainly: blue. Hex color #D592FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D592FC is #2A6D03. Grayscale: #B1B1B1. Windows color (decimal): -2780420 or 16552661. OLE color: 16552661.

HSL color Cylindrical-coordinate representation of color #D592FC: hue angle of 277.92º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D592FC is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB213146252-
CMYK0.150.4200.01
HSL277.92º94.64%78.04%-
HSV(B)277.92º42.06%98.82%-
XYZ55.2941.7397.24-
YUV178.12169.7152.88-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.86%
GREEN value IS 146 (57.42% from 255) = 23.90%
BLUE value IS 252 (98.83% from 255) = 41.24%
R=34.86%
G=23.90%
B=41.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2131462520.150.4200.01277.9294.6478.04
HexD592FCF2A011165f4e
Octal325222374175201426137116
Binary11010101100100101111110011111010100110001011010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D592FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D592FC; }

 p { color: rgb(213,146,252); }

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

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

 a { background-color: rgb(213,146,252); }

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

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

 span { border-color: rgb(213,146,252); }

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