Html Css Color HEX #D3A2FA Mauve

📋 copy color: '#D3A2FA'

red 211 ◦ green 162 ◦ blue 250

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

Shades of Mauve #D3A2FA

Tints of Mauve #D3A2FA

RGB

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

 GREEN value IS 162 (63.67% from 255) = 26%

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

R = 33.87%
G = 26%
B = 40.13%

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

#D3A2FA (or 0xD3A2FA) is known color: Mauve. HEX triplet: D3, A2 and FA. RGB value is (211,162,250). Sum of RGB (Red+Green+Blue) = 211+162+250=623 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.87% from 623); Green value is 162 (63.67% from 255 or 26.00% from 623); Blue value is 250 (98.05% from 255 or 40.13% from 623); Max value from RGB is 250 - color contains mainly: blue. Hex color #D3A2FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3A2FA is #2C5D05. Grayscale: #BABABA. Windows color (decimal): -2907398 or 16425683. OLE color: 16425683.

HSL color Cylindrical-coordinate representation of color #D3A2FA: hue angle of 273.41º 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 #D3A2FA is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 162 250 -
CMYK 0.16 0.35 0 0.02
HSL 273.41º 0.9% 0.81% -
HSV(B) 273.41º 0.35% 0.98% -
XYZ 57.04 46.59 96.43 -
YUV 186.68 163.73 145.34 -
System Red Green Blue C M Y K H S L
Decimal 211 162 250 0.16 0.35 0 0.02 273.41 0.9 0.81
Hex D3 A2 FA 10 23 0 2 111 5A 51
Octal 323 242 372 20 43 0 2 421 132 121
Binary 11010011 10100010 11111010 10000 100011 0 10 100010001 1011010 1010001

Color Harmonies of #D3A2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A2FA

Black with #D3A2FA

Text Example


Text Example

White with #D3A2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A2FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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