#D59DFD

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

Shades of Mauve #D59DFD

Tints of Mauve #D59DFD

Color information

#D59DFD (or 0xD59DFD) is unknown color: approx Mauve. HEX triplet: D5, 9D and FD. RGB value is (213,157,253). Sum of RGB (Red+Green+Blue) = 213+157+253=623 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.19% from 623); Green value is 157 (61.72% from 255 or 25.20% from 623); Blue value is 253 (99.22% from 255 or 40.61% from 623); Max value from RGB is 253 - color contains mainly: blue. Hex color #D59DFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59DFD is #2A6202. Grayscale: #B8B8B8. Windows color (decimal): -2777603 or 16621013. OLE color: 16621013.

HSL color Cylindrical-coordinate representation of color #D59DFD: hue angle of 275º degrees, saturation: 0.96, 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 #D59DFD is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB213157253-
CMYK0.160.3800.01
HSL275º96%80.39%-
HSV(B)275º37.94%99.22%-
XYZ57.2345.3598.67-
YUV184.69166.55148.19-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.19%
GREEN value IS 157 (61.72% from 255) = 25.20%
BLUE value IS 253 (99.22% from 255) = 40.61%
R=34.19%
G=25.20%
B=40.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2131572530.160.3800.012759680.39
HexD59DFD1026011136050
Octal325235375204601423140120
Binary110101011001110111111101100001001100110001001111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59DFD; }

 p { color: rgb(213,157,253); }

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

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

 a { background-color: rgb(213,157,253); }

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

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

 span { border-color: rgb(213,157,253); }

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