Html Css Color HEX #D1A6FD Mauve

📋 copy color: '#D1A6FD'

red 209 ◦ green 166 ◦ blue 253

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

Shades of Mauve #D1A6FD

Tints of Mauve #D1A6FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.29%

R = 33.28%
G = 26.43%
B = 40.29%

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

#D1A6FD (or 0xD1A6FD) is known color: Mauve. HEX triplet: D1, A6 and FD. RGB value is (209,166,253). Sum of RGB (Red+Green+Blue) = 209+166+253=628 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.28% from 628); Green value is 166 (65.23% from 255 or 26.43% from 628); Blue value is 253 (99.22% from 255 or 40.29% from 628); Max value from RGB is 253 - color contains mainly: blue. Hex color #D1A6FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1A6FD is #2E5902. Grayscale: #BCBCBC. Windows color (decimal): -3037443 or 16623313. OLE color: 16623313.

HSL color Cylindrical-coordinate representation of color #D1A6FD: hue angle of 269.66º degrees, saturation: 0.96, 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 #D1A6FD is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 209 166 253 -
CMYK 0.17 0.34 0 0.01
HSL 269.66º 0.96% 0.82% -
HSV(B) 269.66º 0.34% 0.99% -
XYZ 57.66 47.92 99.14 -
YUV 188.78 164.25 142.43 -
System Red Green Blue C M Y K H S L
Decimal 209 166 253 0.17 0.34 0 0.01 269.66 0.96 0.82
Hex D1 A6 FD 11 22 0 1 10E 60 52
Octal 321 246 375 21 42 0 1 416 140 122
Binary 11010001 10100110 11111101 10001 100010 0 1 100001110 1100000 1010010

Color Harmonies of #D1A6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A6FD

Black with #D1A6FD

Text Example


Text Example

White with #D1A6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A6FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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