Html Css Color HEX #D3A7FE Mauve

📋 copy color: '#D3A7FE'

red 211 ◦ green 167 ◦ blue 254

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

Shades of Mauve #D3A7FE

Tints of Mauve #D3A7FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 40.19%

R = 33.39%
G = 26.42%
B = 40.19%

CMYK

 C value IS 0.17

 M value IS 0.34

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D3A7FE (or 0xD3A7FE) is known color: Mauve. HEX triplet: D3, A7 and FE. RGB value is (211,167,254). Sum of RGB (Red+Green+Blue) = 211+167+254=632 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.39% from 632); Green value is 167 (65.62% from 255 or 26.42% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #D3A7FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3A7FE is #2C5801. Grayscale: #BDBDBD. Windows color (decimal): -2906114 or 16689107. OLE color: 16689107.

HSL color Cylindrical-coordinate representation of color #D3A7FE: hue angle of 270.34º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D3A7FE is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 211 167 254 -
CMYK 0.17 0.34 0 0.00
HSL 270.34º 0.98% 0.83% -
HSV(B) 270.34º 0.34% 1% -
XYZ 58.57 48.64 100.07 -
YUV 190.07 164.08 142.93 -
System Red Green Blue C M Y K H S L
Decimal 211 167 254 0.17 0.34 0 0.00 270.34 0.98 0.83
Hex D3 A7 FE 11 22 0 0 10E 62 53
Octal 323 247 376 21 42 0 0 416 142 123
Binary 11010011 10100111 11111110 10001 100010 0 0 100001110 1100010 1010011

Color Harmonies of #D3A7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A7FE

Black with #D3A7FE

Text Example


Text Example

White with #D3A7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A7FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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