Html Css Color HEX #D3A7FA Mauve

📋 copy color: '#D3A7FA'

red 211 ◦ green 167 ◦ blue 250

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

Shades of Mauve #D3A7FA

Tints of Mauve #D3A7FA

RGB

 RED value IS 211 (82.81% from 255) = 33.6%

 GREEN value IS 167 (65.63% from 255) = 26.59%

 BLUE value IS 250 (98.05% from 255) = 39.81%

R = 33.6%
G = 26.59%
B = 39.81%

CMYK

 C value IS 0.16

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D3A7FA (or 0xD3A7FA) is known color: Mauve. HEX triplet: D3, A7 and FA. RGB value is (211,167,250). Sum of RGB (Red+Green+Blue) = 211+167+250=628 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.60% from 628); Green value is 167 (65.62% from 255 or 26.59% from 628); Blue value is 250 (98.05% from 255 or 39.81% from 628); Max value from RGB is 250 - color contains mainly: blue. Hex color #D3A7FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3A7FA is #2C5805. Grayscale: #BDBDBD. Windows color (decimal): -2906118 or 16426963. OLE color: 16426963.

HSL color Cylindrical-coordinate representation of color #D3A7FA: hue angle of 271.81º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D3A7FA is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 167 250 -
CMYK 0.16 0.33 0 0.02
HSL 271.81º 0.89% 0.82% -
HSV(B) 271.81º 0.33% 0.98% -
XYZ 57.94 48.39 96.73 -
YUV 189.62 162.08 143.25 -
System Red Green Blue C M Y K H S L
Decimal 211 167 250 0.16 0.33 0 0.02 271.81 0.89 0.82
Hex D3 A7 FA 10 21 0 2 110 59 52
Octal 323 247 372 20 41 0 2 420 131 122
Binary 11010011 10100111 11111010 10000 100001 0 10 100010000 1011001 1010010

Color Harmonies of #D3A7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A7FA

Black with #D3A7FA

Text Example


Text Example

White with #D3A7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A7FA; }

 p { color: rgb(211,167,250); }

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

background-color css

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

 a { background-color: rgb(211,167,250); }

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

border-color css

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

 span { border-color: rgb(211,167,250); }

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