Html Css Color HEX #D49FFF Mauve

📋 copy color: '#D49FFF'

red 212 ◦ green 159 ◦ blue 255

#D49FFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve #D49FFF

Tints of Mauve #D49FFF

RGB

 RED value IS 212 (83.2% from 255) = 33.87%

 GREEN value IS 159 (62.5% from 255) = 25.4%

 BLUE value IS 255 (100% from 255) = 40.73%

R = 33.87%
G = 25.4%
B = 40.73%

CMYK

 C value IS 0.17

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D49FFF (or 0xD49FFF) is known color: Mauve. HEX triplet: D4, 9F and FF. RGB value is (212,159,255). Sum of RGB (Red+Green+Blue) = 212+159+255=626 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.87% from 626); Green value is 159 (62.5% from 255 or 25.40% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #D49FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49FFF is #2B6000. Grayscale: #B9B9B9. Windows color (decimal): -2842625 or 16752596. OLE color: 16752596.

HSL color Cylindrical-coordinate representation of color #D49FFF: hue angle of 273.12º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D49FFF is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 212 159 255 -
CMYK 0.17 0.38 0 0
HSL 273.13º 1% 0.81% -
HSV(B) 273.13º 0.38% 1% -
XYZ 57.6 46.01 100.45 -
YUV 185.79 167.06 146.69 -
System Red Green Blue C M Y K H S L
Decimal 212 159 255 0.17 0.38 0 0 273.13 1 0.81
Hex D4 9F FF 11 26 0 0 111 64 51
Octal 324 237 377 21 46 0 0 421 144 121
Binary 11010100 10011111 11111111 10001 100110 0 0 100010001 1100100 1010001

Color Harmonies of #D49FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49FFF

Black with #D49FFF

Text Example


Text Example

White with #D49FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49FFF; }

 p { color: rgb(212,159,255); }

 H1.HeaderClassName
 {
   color: #D49FFF;
 }
 .AnyTagClassName
 {
   color: #D49FFF;
 }
</style>

background-color css

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

 a { background-color: rgb(212,159,255); }

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

border-color css

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

 span { border-color: rgb(212,159,255); }

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