Html Css Color HEX #D1A6FC Mauve

📋 copy color: '#D1A6FC'

red 209 ◦ green 166 ◦ blue 252

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

Shades of Mauve #D1A6FC

Tints of Mauve #D1A6FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40.19%

R = 33.33%
G = 26.48%
B = 40.19%

CMYK

 C value IS 0.17

 M value IS 0.34

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D1A6FC (or 0xD1A6FC) is known color: Mauve. HEX triplet: D1, A6 and FC. RGB value is (209,166,252). Sum of RGB (Red+Green+Blue) = 209+166+252=627 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.33% from 627); Green value is 166 (65.23% from 255 or 26.48% from 627); Blue value is 252 (98.83% from 255 or 40.19% from 627); Max value from RGB is 252 - color contains mainly: blue. Hex color #D1A6FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1A6FC is #2E5903. Grayscale: #BCBCBC. Windows color (decimal): -3037444 or 16557777. OLE color: 16557777.

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

Color convert

RGB 209 166 252 -
CMYK 0.17 0.34 0 0.01
HSL 270º 0.93% 0.82% -
HSV(B) 270º 0.34% 0.99% -
XYZ 57.5 47.86 98.3 -
YUV 188.66 163.75 142.51 -
System Red Green Blue C M Y K H S L
Decimal 209 166 252 0.17 0.34 0 0.01 270 0.93 0.82
Hex D1 A6 FC 11 22 0 1 10E 5D 52
Octal 321 246 374 21 42 0 1 416 135 122
Binary 11010001 10100110 11111100 10001 100010 0 1 100001110 1011101 1010010

Color Harmonies of #D1A6FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A6FC

Black with #D1A6FC

Text Example


Text Example

White with #D1A6FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A6FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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