Html Css Color HEX #D9A3FC Mauve

📋 copy color: '#D9A3FC'

red 217 ◦ green 163 ◦ blue 252

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

Shades of Mauve #D9A3FC

Tints of Mauve #D9A3FC

RGB

 RED value IS 217 (85.16% from 255) = 34.34%

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

 BLUE value IS 252 (98.83% from 255) = 39.87%

R = 34.34%
G = 25.79%
B = 39.87%

CMYK

 C value IS 0.14

 M value IS 0.35

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D9A3FC (or 0xD9A3FC) is known color: Mauve. HEX triplet: D9, A3 and FC. RGB value is (217,163,252). Sum of RGB (Red+Green+Blue) = 217+163+252=632 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.34% from 632); Green value is 163 (64.06% from 255 or 25.79% from 632); Blue value is 252 (98.83% from 255 or 39.87% from 632); Max value from RGB is 252 - color contains mainly: blue. Hex color #D9A3FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9A3FC is #265C03. Grayscale: #BCBCBC. Windows color (decimal): -2513924 or 16557017. OLE color: 16557017.

HSL color Cylindrical-coordinate representation of color #D9A3FC: hue angle of 276.4º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D9A3FC is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 217 163 252 -
CMYK 0.14 0.35 0 0.01
HSL 276.4º 0.94% 0.81% -
HSV(B) 276.4º 0.35% 0.99% -
XYZ 59.28 47.97 98.23 -
YUV 189.29 163.39 147.76 -
System Red Green Blue C M Y K H S L
Decimal 217 163 252 0.14 0.35 0 0.01 276.4 0.94 0.81
Hex D9 A3 FC E 23 0 1 114 5E 51
Octal 331 243 374 16 43 0 1 424 136 121
Binary 11011001 10100011 11111100 1110 100011 0 1 100010100 1011110 1010001

Color Harmonies of #D9A3FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A3FC

Black with #D9A3FC

Text Example


Text Example

White with #D9A3FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A3FC; }

 p { color: rgb(217,163,252); }

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

background-color css

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

 a { background-color: rgb(217,163,252); }

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

border-color css

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

 span { border-color: rgb(217,163,252); }

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