Html Css Color HEX #D6A1F3 Mauve

📋 copy color: '#D6A1F3'

red 214 ◦ green 161 ◦ blue 243

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

Shades of Mauve #D6A1F3

Tints of Mauve #D6A1F3

RGB

 RED value IS 214 (83.98% from 255) = 34.63%

 GREEN value IS 161 (63.28% from 255) = 26.05%

 BLUE value IS 243 (95.31% from 255) = 39.32%

R = 34.63%
G = 26.05%
B = 39.32%

CMYK

 C value IS 0.12

 M value IS 0.34

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D6A1F3 (or 0xD6A1F3) is known color: Mauve. HEX triplet: D6, A1 and F3. RGB value is (214,161,243). Sum of RGB (Red+Green+Blue) = 214+161+243=618 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.63% from 618); Green value is 161 (63.28% from 255 or 26.05% from 618); Blue value is 243 (95.31% from 255 or 39.32% from 618); Max value from RGB is 243 - color contains mainly: blue. Hex color #D6A1F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6A1F3 is #295E0C. Grayscale: #B9B9B9. Windows color (decimal): -2711053 or 15966678. OLE color: 15966678.

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

Color convert

RGB 214 161 243 -
CMYK 0.12 0.34 0 0.05
HSL 278.78º 0.77% 0.79% -
HSV(B) 278.78º 0.34% 0.95% -
XYZ 56.65 46.26 90.74 -
YUV 186.2 160.06 147.83 -
System Red Green Blue C M Y K H S L
Decimal 214 161 243 0.12 0.34 0 0.05 278.78 0.77 0.79
Hex D6 A1 F3 C 22 0 5 117 4D 4F
Octal 326 241 363 14 42 0 5 427 115 117
Binary 11010110 10100001 11110011 1100 100010 0 101 100010111 1001101 1001111

Color Harmonies of #D6A1F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A1F3

Black with #D6A1F3

Text Example


Text Example

White with #D6A1F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A1F3; }

 p { color: rgb(214,161,243); }

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

background-color css

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

 a { background-color: rgb(214,161,243); }

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

border-color css

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

 span { border-color: rgb(214,161,243); }

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