Html Css Color HEX #D3A9FE Mauve

📋 copy color: '#D3A9FE'

red 211 ◦ green 169 ◦ blue 254

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

Shades of Mauve #D3A9FE

Tints of Mauve #D3A9FE

RGB

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

 GREEN value IS 169 (66.41% from 255) = 26.66%

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

R = 33.28%
G = 26.66%
B = 40.06%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D3A9FE (or 0xD3A9FE) is known color: Mauve. HEX triplet: D3, A9 and FE. RGB value is (211,169,254). Sum of RGB (Red+Green+Blue) = 211+169+254=634 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.28% from 634); Green value is 169 (66.41% from 255 or 26.66% from 634); Blue value is 254 (99.61% from 255 or 40.06% from 634); Max value from RGB is 254 - color contains mainly: blue. Hex color #D3A9FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3A9FE is #2C5601. Grayscale: #BEBEBE. Windows color (decimal): -2905602 or 16689619. OLE color: 16689619.

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

Color convert

RGB 211 169 254 -
CMYK 0.17 0.33 0 0.00
HSL 269.65º 0.98% 0.83% -
HSV(B) 269.65º 0.33% 1% -
XYZ 58.94 49.38 100.19 -
YUV 191.25 163.41 142.09 -
System Red Green Blue C M Y K H S L
Decimal 211 169 254 0.17 0.33 0 0.00 269.65 0.98 0.83
Hex D3 A9 FE 11 21 0 0 10E 62 53
Octal 323 251 376 21 41 0 0 416 142 123
Binary 11010011 10101001 11111110 10001 100001 0 0 100001110 1100010 1010011

Color Harmonies of #D3A9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A9FE

Black with #D3A9FE

Text Example


Text Example

White with #D3A9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A9FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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