Html Css Color HEX #D2A1FF Mauve

📋 copy color: '#D2A1FF'

red 210 ◦ green 161 ◦ blue 255

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

Shades of Mauve #D2A1FF

Tints of Mauve #D2A1FF

RGB

 RED value IS 210 (82.42% from 255) = 33.55%

 GREEN value IS 161 (63.28% from 255) = 25.72%

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

R = 33.55%
G = 25.72%
B = 40.73%

CMYK

 C value IS 0.18

 M value IS 0.37

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D2A1FF (or 0xD2A1FF) is known color: Mauve. HEX triplet: D2, A1 and FF. RGB value is (210,161,255). Sum of RGB (Red+Green+Blue) = 210+161+255=626 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.55% from 626); Green value is 161 (63.28% from 255 or 25.72% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #D2A1FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2A1FF is #2D5E00. Grayscale: #BABABA. Windows color (decimal): -2973185 or 16753106. OLE color: 16753106.

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

Color convert

RGB 210 161 255 -
CMYK 0.18 0.37 0 0
HSL 271.28º 1% 0.82% -
HSV(B) 271.28º 0.37% 1% -
XYZ 57.37 46.41 100.54 -
YUV 186.37 166.73 144.86 -
System Red Green Blue C M Y K H S L
Decimal 210 161 255 0.18 0.37 0 0 271.28 1 0.82
Hex D2 A1 FF 12 25 0 0 10F 64 52
Octal 322 241 377 22 45 0 0 417 144 122
Binary 11010010 10100001 11111111 10010 100101 0 0 100001111 1100100 1010010

Color Harmonies of #D2A1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A1FF

Black with #D2A1FF

Text Example


Text Example

White with #D2A1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A1FF; }

 p { color: rgb(210,161,255); }

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

background-color css

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

 a { background-color: rgb(210,161,255); }

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

border-color css

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

 span { border-color: rgb(210,161,255); }

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