Html Css Color HEX #D1A6F5 Mauve

📋 copy color: '#D1A6F5'

red 209 ◦ green 166 ◦ blue 245

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

Shades of Mauve #D1A6F5

Tints of Mauve #D1A6F5

RGB

 RED value IS 209 (82.03% from 255) = 33.71%

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

 BLUE value IS 245 (96.09% from 255) = 39.52%

R = 33.71%
G = 26.77%
B = 39.52%

CMYK

 C value IS 0.15

 M value IS 0.32

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D1A6F5 (or 0xD1A6F5) is known color: Mauve. HEX triplet: D1, A6 and F5. RGB value is (209,166,245). Sum of RGB (Red+Green+Blue) = 209+166+245=620 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.71% from 620); Green value is 166 (65.23% from 255 or 26.77% from 620); Blue value is 245 (96.09% from 255 or 39.52% from 620); Max value from RGB is 245 - color contains mainly: blue. Hex color #D1A6F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1A6F5 is #2E590A. Grayscale: #BBBBBB. Windows color (decimal): -3037451 or 16099025. OLE color: 16099025.

HSL color Cylindrical-coordinate representation of color #D1A6F5: hue angle of 272.66º degrees, saturation: 0.8, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D1A6F5 is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 209 166 245 -
CMYK 0.15 0.32 0 0.04
HSL 272.66º 0.8% 0.81% -
HSV(B) 272.66º 0.32% 0.96% -
XYZ 56.41 47.42 92.57 -
YUV 187.86 160.25 143.08 -
System Red Green Blue C M Y K H S L
Decimal 209 166 245 0.15 0.32 0 0.04 272.66 0.8 0.81
Hex D1 A6 F5 F 20 0 4 111 50 51
Octal 321 246 365 17 40 0 4 421 120 121
Binary 11010001 10100110 11110101 1111 100000 0 100 100010001 1010000 1010001

Color Harmonies of #D1A6F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A6F5

Black with #D1A6F5

Text Example


Text Example

White with #D1A6F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A6F5; }

 p { color: rgb(209,166,245); }

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

background-color css

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

 a { background-color: rgb(209,166,245); }

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

border-color css

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

 span { border-color: rgb(209,166,245); }

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