#D59CFD

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

Shades of Mauve #D59CFD

Tints of Mauve #D59CFD

Color information

#D59CFD (or 0xD59CFD) is unknown color: approx Mauve. HEX triplet: D5, 9C and FD. RGB value is (213,156,253). Sum of RGB (Red+Green+Blue) = 213+156+253=622 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.24% from 622); Green value is 156 (61.33% from 255 or 25.08% from 622); Blue value is 253 (99.22% from 255 or 40.68% from 622); Max value from RGB is 253 - color contains mainly: blue. Hex color #D59CFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59CFD is #2A6302. Grayscale: #B7B7B7. Windows color (decimal): -2777859 or 16620757. OLE color: 16620757.

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

Color convert

RGB213156253-
CMYK0.160.3800.01
HSL275.26º96.04%80.2%-
HSV(B)275.26º38.34%99.22%-
XYZ57.0645.0198.61-
YUV184.1166.88148.61-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.24%
GREEN value IS 156 (61.33% from 255) = 25.08%
BLUE value IS 253 (99.22% from 255) = 40.68%
R=34.24%
G=25.08%
B=40.68%

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
Decimal2131562530.160.3800.01275.2696.0480.2
HexD59CFD1026011136050
Octal325234375204601423140120
Binary110101011001110011111101100001001100110001001111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59CFD; }

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

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

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

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

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

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

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

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