Html Css Color HEX #D1A4FF Mauve

📋 copy color: '#D1A4FF'

red 209 ◦ green 164 ◦ blue 255

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

Shades of Mauve #D1A4FF

Tints of Mauve #D1A4FF

RGB

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

 GREEN value IS 164 (64.45% from 255) = 26.11%

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

R = 33.28%
G = 26.11%
B = 40.61%

CMYK

 C value IS 0.18

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D1A4FF (or 0xD1A4FF) is known color: Mauve. HEX triplet: D1, A4 and FF. RGB value is (209,164,255). Sum of RGB (Red+Green+Blue) = 209+164+255=628 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.28% from 628); Green value is 164 (64.45% from 255 or 26.11% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #D1A4FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1A4FF is #2E5B00. Grayscale: #BBBBBB. Windows color (decimal): -3037953 or 16753873. OLE color: 16753873.

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

Color convert

RGB 209 164 255 -
CMYK 0.18 0.36 0 0
HSL 269.67º 1% 0.82% -
HSV(B) 269.67º 0.36% 1% -
XYZ 57.62 47.33 100.71 -
YUV 187.83 165.91 143.1 -
System Red Green Blue C M Y K H S L
Decimal 209 164 255 0.18 0.36 0 0 269.67 1 0.82
Hex D1 A4 FF 12 24 0 0 10E 64 52
Octal 321 244 377 22 44 0 0 416 144 122
Binary 11010001 10100100 11111111 10010 100100 0 0 100001110 1100100 1010010

Color Harmonies of #D1A4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A4FF

Black with #D1A4FF

Text Example


Text Example

White with #D1A4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A4FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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