Html Css Color HEX #D1A9FD Mauve

📋 copy color: '#D1A9FD'

red 209 ◦ green 169 ◦ blue 253

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

Shades of Mauve #D1A9FD

Tints of Mauve #D1A9FD

RGB

 RED value IS 209 (82.03% from 255) = 33.12%

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

 BLUE value IS 253 (99.22% from 255) = 40.1%

R = 33.12%
G = 26.78%
B = 40.1%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D1A9FD (or 0xD1A9FD) is known color: Mauve. HEX triplet: D1, A9 and FD. RGB value is (209,169,253). Sum of RGB (Red+Green+Blue) = 209+169+253=631 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.12% from 631); Green value is 169 (66.41% from 255 or 26.78% from 631); Blue value is 253 (99.22% from 255 or 40.10% from 631); Max value from RGB is 253 - color contains mainly: blue. Hex color #D1A9FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1A9FD is #2E5602. Grayscale: #BEBEBE. Windows color (decimal): -3036675 or 16624081. OLE color: 16624081.

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

Color convert

RGB 209 169 253 -
CMYK 0.17 0.33 0 0.01
HSL 268.57º 0.95% 0.83% -
HSV(B) 268.57º 0.33% 0.99% -
XYZ 58.21 49.02 99.32 -
YUV 190.54 163.25 141.17 -
System Red Green Blue C M Y K H S L
Decimal 209 169 253 0.17 0.33 0 0.01 268.57 0.95 0.83
Hex D1 A9 FD 11 21 0 1 10D 5F 53
Octal 321 251 375 21 41 0 1 415 137 123
Binary 11010001 10101001 11111101 10001 100001 0 1 100001101 1011111 1010011

Color Harmonies of #D1A9FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A9FD

Black with #D1A9FD

Text Example


Text Example

White with #D1A9FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A9FD; }

 p { color: rgb(209,169,253); }

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

background-color css

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

 a { background-color: rgb(209,169,253); }

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

border-color css

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

 span { border-color: rgb(209,169,253); }

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