Html Css Color HEX #D3A4FE Mauve

📋 copy color: '#D3A4FE'

red 211 ◦ green 164 ◦ blue 254

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

Shades of Mauve #D3A4FE

Tints of Mauve #D3A4FE

RGB

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

 GREEN value IS 164 (64.45% from 255) = 26.07%

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

R = 33.55%
G = 26.07%
B = 40.38%

CMYK

 C value IS 0.17

 M value IS 0.35

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D3A4FE (or 0xD3A4FE) is known color: Mauve. HEX triplet: D3, A4 and FE. RGB value is (211,164,254). Sum of RGB (Red+Green+Blue) = 211+164+254=629 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.55% from 629); Green value is 164 (64.45% from 255 or 26.07% from 629); Blue value is 254 (99.61% from 255 or 40.38% from 629); Max value from RGB is 254 - color contains mainly: blue. Hex color #D3A4FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3A4FE is #2C5B01. Grayscale: #BCBCBC. Windows color (decimal): -2906882 or 16688339. OLE color: 16688339.

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

Color convert

RGB 211 164 254 -
CMYK 0.17 0.35 0 0.00
HSL 271.33º 0.98% 0.82% -
HSV(B) 271.33º 0.35% 1% -
XYZ 58.03 47.56 99.89 -
YUV 188.31 165.07 144.18 -
System Red Green Blue C M Y K H S L
Decimal 211 164 254 0.17 0.35 0 0.00 271.33 0.98 0.82
Hex D3 A4 FE 11 23 0 0 10F 62 52
Octal 323 244 376 21 43 0 0 417 142 122
Binary 11010011 10100100 11111110 10001 100011 0 0 100001111 1100010 1010010

Color Harmonies of #D3A4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A4FE

Black with #D3A4FE

Text Example


Text Example

White with #D3A4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A4FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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