Html Css Color HEX #D3A3FA Mauve

📋 copy color: '#D3A3FA'

red 211 ◦ green 163 ◦ blue 250

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

Shades of Mauve #D3A3FA

Tints of Mauve #D3A3FA

RGB

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

 GREEN value IS 163 (64.06% from 255) = 26.12%

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

R = 33.81%
G = 26.12%
B = 40.06%

CMYK

 C value IS 0.16

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D3A3FA (or 0xD3A3FA) is known color: Mauve. HEX triplet: D3, A3 and FA. RGB value is (211,163,250). Sum of RGB (Red+Green+Blue) = 211+163+250=624 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.81% from 624); Green value is 163 (64.06% from 255 or 26.12% from 624); Blue value is 250 (98.05% from 255 or 40.06% from 624); Max value from RGB is 250 - color contains mainly: blue. Hex color #D3A3FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3A3FA is #2C5C05. Grayscale: #BABABA. Windows color (decimal): -2907142 or 16425939. OLE color: 16425939.

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

Color convert

RGB 211 163 250 -
CMYK 0.16 0.35 0 0.02
HSL 273.1º 0.9% 0.81% -
HSV(B) 273.1º 0.35% 0.98% -
XYZ 57.22 46.95 96.49 -
YUV 187.27 163.4 144.93 -
System Red Green Blue C M Y K H S L
Decimal 211 163 250 0.16 0.35 0 0.02 273.1 0.9 0.81
Hex D3 A3 FA 10 23 0 2 111 5A 51
Octal 323 243 372 20 43 0 2 421 132 121
Binary 11010011 10100011 11111010 10000 100011 0 10 100010001 1011010 1010001

Color Harmonies of #D3A3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A3FA

Black with #D3A3FA

Text Example


Text Example

White with #D3A3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A3FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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