#D39AFD

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

Shades of Mauve #D39AFD

Tints of Mauve #D39AFD

Color information

#D39AFD (or 0xD39AFD) is unknown color: approx Mauve. HEX triplet: D3, 9A and FD. RGB value is (211,154,253). Sum of RGB (Red+Green+Blue) = 211+154+253=618 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.14% from 618); Green value is 154 (60.55% from 255 or 24.92% from 618); Blue value is 253 (99.22% from 255 or 40.94% from 618); Max value from RGB is 253 - color contains mainly: blue. Hex color #D39AFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D39AFD is #2C6502. Grayscale: #B5B5B5. Windows color (decimal): -2909443 or 16620243. OLE color: 16620243.

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

Color convert

RGB211154253-
CMYK0.170.3900.01
HSL274.55º96.12%79.8%-
HSV(B)274.55º39.13%99.22%-
XYZ56.1544.0598.47-
YUV182.33167.88148.45-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.14%
GREEN value IS 154 (60.55% from 255) = 24.92%
BLUE value IS 253 (99.22% from 255) = 40.94%
R=34.14%
G=24.92%
B=40.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2111542530.170.3900.01274.5596.1279.8
HexD39AFD1127011136050
Octal323232375214701423140120
Binary110100111001101011111101100011001110110001001111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39AFD; }

 p { color: rgb(211,154,253); }

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

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

 a { background-color: rgb(211,154,253); }

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

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

 span { border-color: rgb(211,154,253); }

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