Html Css Color HEX #D4A6F1 Mauve

📋 copy color: '#D4A6F1'

red 212 ◦ green 166 ◦ blue 241

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

Shades of Mauve #D4A6F1

Tints of Mauve #D4A6F1

RGB

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

 GREEN value IS 166 (65.23% from 255) = 26.82%

 BLUE value IS 241 (94.53% from 255) = 38.93%

R = 34.25%
G = 26.82%
B = 38.93%

CMYK

 C value IS 0.12

 M value IS 0.31

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D4A6F1 (or 0xD4A6F1) is known color: Mauve. HEX triplet: D4, A6 and F1. RGB value is (212,166,241). Sum of RGB (Red+Green+Blue) = 212+166+241=619 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.25% from 619); Green value is 166 (65.23% from 255 or 26.82% from 619); Blue value is 241 (94.53% from 255 or 38.93% from 619); Max value from RGB is 241 - color contains mainly: blue. Hex color #D4A6F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4A6F1 is #2B590E. Grayscale: #BCBCBC. Windows color (decimal): -2840847 or 15836884. OLE color: 15836884.

HSL color Cylindrical-coordinate representation of color #D4A6F1: hue angle of 276.8º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D4A6F1 is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 212 166 241 -
CMYK 0.12 0.31 0 0.05
HSL 276.8º 0.73% 0.8% -
HSV(B) 276.8º 0.31% 0.95% -
XYZ 56.66 47.62 89.42 -
YUV 188.3 157.74 144.9 -
System Red Green Blue C M Y K H S L
Decimal 212 166 241 0.12 0.31 0 0.05 276.8 0.73 0.8
Hex D4 A6 F1 C 1F 0 5 115 49 50
Octal 324 246 361 14 37 0 5 425 111 120
Binary 11010100 10100110 11110001 1100 11111 0 101 100010101 1001001 1010000

Color Harmonies of #D4A6F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A6F1

Black with #D4A6F1

Text Example


Text Example

White with #D4A6F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A6F1; }

 p { color: rgb(212,166,241); }

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

background-color css

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

 a { background-color: rgb(212,166,241); }

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

border-color css

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

 span { border-color: rgb(212,166,241); }

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