Html Css Color HEX #D3A5FA Mauve

📋 copy color: '#D3A5FA'

red 211 ◦ green 165 ◦ blue 250

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

Shades of Mauve #D3A5FA

Tints of Mauve #D3A5FA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 26.36%

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

R = 33.71%
G = 26.36%
B = 39.94%

CMYK

 C value IS 0.16

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D3A5FA (or 0xD3A5FA) is known color: Mauve. HEX triplet: D3, A5 and FA. RGB value is (211,165,250). Sum of RGB (Red+Green+Blue) = 211+165+250=626 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.71% from 626); Green value is 165 (64.84% from 255 or 26.36% from 626); Blue value is 250 (98.05% from 255 or 39.94% from 626); Max value from RGB is 250 - color contains mainly: blue. Hex color #D3A5FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3A5FA is #2C5A05. Grayscale: #BCBCBC. Windows color (decimal): -2906630 or 16426451. OLE color: 16426451.

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

Color convert

RGB 211 165 250 -
CMYK 0.16 0.34 0 0.02
HSL 272.47º 0.89% 0.81% -
HSV(B) 272.47º 0.34% 0.98% -
XYZ 57.57 47.66 96.61 -
YUV 188.44 162.74 144.09 -
System Red Green Blue C M Y K H S L
Decimal 211 165 250 0.16 0.34 0 0.02 272.47 0.89 0.81
Hex D3 A5 FA 10 22 0 2 110 59 51
Octal 323 245 372 20 42 0 2 420 131 121
Binary 11010011 10100101 11111010 10000 100010 0 10 100010000 1011001 1010001

Color Harmonies of #D3A5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A5FA

Black with #D3A5FA

Text Example


Text Example

White with #D3A5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A5FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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