Html Css Color HEX #D2A1FE Mauve

📋 copy color: '#D2A1FE'

red 210 ◦ green 161 ◦ blue 254

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

Shades of Mauve #D2A1FE

Tints of Mauve #D2A1FE

RGB

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

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

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

R = 33.6%
G = 25.76%
B = 40.64%

CMYK

 C value IS 0.17

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D2A1FE (or 0xD2A1FE) is known color: Mauve. HEX triplet: D2, A1 and FE. RGB value is (210,161,254). Sum of RGB (Red+Green+Blue) = 210+161+254=625 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.6% from 625); Green value is 161 (63.28% from 255 or 25.76% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #D2A1FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2A1FE is #2D5E01. Grayscale: #B9B9B9. Windows color (decimal): -2973186 or 16687570. OLE color: 16687570.

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

Color convert

RGB 210 161 254 -
CMYK 0.17 0.37 0 0.00
HSL 271.61º 0.98% 0.81% -
HSV(B) 271.61º 0.37% 1% -
XYZ 57.21 46.35 99.7 -
YUV 186.25 166.23 144.94 -
System Red Green Blue C M Y K H S L
Decimal 210 161 254 0.17 0.37 0 0.00 271.61 0.98 0.81
Hex D2 A1 FE 11 25 0 0 110 62 51
Octal 322 241 376 21 45 0 0 420 142 121
Binary 11010010 10100001 11111110 10001 100101 0 0 100010000 1100010 1010001

Color Harmonies of #D2A1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A1FE

Black with #D2A1FE

Text Example


Text Example

White with #D2A1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A1FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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