#D49DFC

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

Shades of Mauve #D49DFC

Tints of Mauve #D49DFC

Color information

#D49DFC (or 0xD49DFC) is unknown color: approx Mauve. HEX triplet: D4, 9D and FC. RGB value is (212,157,252). Sum of RGB (Red+Green+Blue) = 212+157+252=621 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.14% from 621); Green value is 157 (61.72% from 255 or 25.28% 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 #D49DFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49DFC is #2B6203. Grayscale: #B7B7B7. Windows color (decimal): -2843140 or 16555476. OLE color: 16555476.

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

Color convert

RGB212157252-
CMYK0.160.3800.01
HSL274.74º94.06%80.2%-
HSV(B)274.74º37.7%98.82%-
XYZ56.7845.1497.82-
YUV184.28166.22147.78-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.14%
GREEN value IS 157 (61.72% from 255) = 25.28%
BLUE value IS 252 (98.83% from 255) = 40.58%
R=34.14%
G=25.28%
B=40.58%

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
Decimal2121572520.160.3800.01274.7494.0680.2
HexD49DFC1026011135e50
Octal324235374204601423136120
Binary110101001001110111111100100001001100110001001110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49DFC; }

 p { color: rgb(212,157,252); }

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

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

 a { background-color: rgb(212,157,252); }

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

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

 span { border-color: rgb(212,157,252); }

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