Html Css Color HEX #D1A9FF Mauve

📋 copy color: '#D1A9FF'

red 209 ◦ green 169 ◦ blue 255

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

Shades of Mauve #D1A9FF

Tints of Mauve #D1A9FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.28%

R = 33.02%
G = 26.7%
B = 40.28%

CMYK

 C value IS 0.18

 M value IS 0.34

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D1A9FF (or 0xD1A9FF) is known color: Mauve. HEX triplet: D1, A9 and FF. RGB value is (209,169,255). Sum of RGB (Red+Green+Blue) = 209+169+255=633 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.02% from 633); Green value is 169 (66.41% from 255 or 26.70% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #D1A9FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1A9FF is #2E5600. Grayscale: #BEBEBE. Windows color (decimal): -3036673 or 16755153. OLE color: 16755153.

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

Color convert

RGB 209 169 255 -
CMYK 0.18 0.34 0 0
HSL 267.91º 1% 0.83% -
HSV(B) 267.91º 0.34% 1% -
XYZ 58.53 49.15 101.01 -
YUV 190.76 164.25 141.01 -
System Red Green Blue C M Y K H S L
Decimal 209 169 255 0.18 0.34 0 0 267.91 1 0.83
Hex D1 A9 FF 12 22 0 0 10C 64 53
Octal 321 251 377 22 42 0 0 414 144 123
Binary 11010001 10101001 11111111 10010 100010 0 0 100001100 1100100 1010011

Color Harmonies of #D1A9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A9FF

Black with #D1A9FF

Text Example


Text Example

White with #D1A9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A9FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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