#D59CFC

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

Shades of Mauve #D59CFC

Tints of Mauve #D59CFC

Color information

#D59CFC (or 0xD59CFC) is unknown color: approx Mauve. HEX triplet: D5, 9C and FC. RGB value is (213,156,252). Sum of RGB (Red+Green+Blue) = 213+156+252=621 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.30% from 621); Green value is 156 (61.33% from 255 or 25.12% from 621); Blue value is 252 (98.83% from 255 or 40.58% from 621); Max value from RGB is 252 - color contains mainly: blue. Hex color #D59CFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59CFC is #2A6303. Grayscale: #B7B7B7. Windows color (decimal): -2777860 or 16555221. OLE color: 16555221.

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

Color convert

RGB213156252-
CMYK0.150.3800.01
HSL275.62º94.12%80%-
HSV(B)275.62º38.1%98.82%-
XYZ56.944.9597.77-
YUV183.99166.38148.69-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.30%
GREEN value IS 156 (61.33% from 255) = 25.12%
BLUE value IS 252 (98.83% from 255) = 40.58%
R=34.30%
G=25.12%
B=40.58%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2131562520.150.3800.01275.6294.1280
HexD59CFCF26011145e50
Octal325234374174601424136120
Binary11010101100111001111110011111001100110001010010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59CFC; }

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

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

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

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

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

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

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

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