Html Css Color HEX #D3A3FE Mauve

📋 copy color: '#D3A3FE'

red 211 ◦ green 163 ◦ blue 254

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

Shades of Mauve #D3A3FE

Tints of Mauve #D3A3FE

RGB

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

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

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

R = 33.6%
G = 25.96%
B = 40.45%

CMYK

 C value IS 0.17

 M value IS 0.36

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D3A3FE (or 0xD3A3FE) is known color: Mauve. HEX triplet: D3, A3 and FE. RGB value is (211,163,254). Sum of RGB (Red+Green+Blue) = 211+163+254=628 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.60% from 628); Green value is 163 (64.06% from 255 or 25.96% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #D3A3FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3A3FE is #2C5C01. Grayscale: #BBBBBB. Windows color (decimal): -2907138 or 16688083. OLE color: 16688083.

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

Color convert

RGB 211 163 254 -
CMYK 0.17 0.36 0 0.00
HSL 271.65º 0.98% 0.82% -
HSV(B) 271.65º 0.36% 1% -
XYZ 57.85 47.2 99.83 -
YUV 187.73 165.4 144.6 -
System Red Green Blue C M Y K H S L
Decimal 211 163 254 0.17 0.36 0 0.00 271.65 0.98 0.82
Hex D3 A3 FE 11 24 0 0 110 62 52
Octal 323 243 376 21 44 0 0 420 142 122
Binary 11010011 10100011 11111110 10001 100100 0 0 100010000 1100010 1010010

Color Harmonies of #D3A3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A3FE

Black with #D3A3FE

Text Example


Text Example

White with #D3A3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A3FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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