#D59CF4

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

Shades of Mauve #D59CF4

Tints of Mauve #D59CF4

Color information

#D59CF4 (or 0xD59CF4) is unknown color: approx Mauve. HEX triplet: D5, 9C and F4. RGB value is (213,156,244). Sum of RGB (Red+Green+Blue) = 213+156+244=613 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.75% from 613); Green value is 156 (61.33% from 255 or 25.45% from 613); Blue value is 244 (95.70% from 255 or 39.80% from 613); Max value from RGB is 244 - color contains mainly: blue. Hex color #D59CF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59CF4 is #2A630B. Grayscale: #B6B6B6. Windows color (decimal): -2777868 or 16030933. OLE color: 16030933.

HSL color Cylindrical-coordinate representation of color #D59CF4: hue angle of 278.86º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D59CF4 is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB213156244-
CMYK0.130.3600.04
HSL278.86º80%78.43%-
HSV(B)278.86º36.07%95.69%-
XYZ55.6644.4591.24-
YUV183.08162.38149.34-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.75%
GREEN value IS 156 (61.33% from 255) = 25.45%
BLUE value IS 244 (95.70% from 255) = 39.80%
R=34.75%
G=25.45%
B=39.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2131562440.130.3600.04278.868078.43
HexD59CF4D2404117504e
Octal325234364154404427120116
Binary1101010110011100111101001101100100010010001011110100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59CF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59CF4; }

 p { color: rgb(213,156,244); }

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

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

 a { background-color: rgb(213,156,244); }

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

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

 span { border-color: rgb(213,156,244); }

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