Html Css Color HEX #D2A1FC Mauve

📋 copy color: '#D2A1FC'

red 210 ◦ green 161 ◦ blue 252

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

Shades of Mauve #D2A1FC

Tints of Mauve #D2A1FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40.45%

R = 33.71%
G = 25.84%
B = 40.45%

CMYK

 C value IS 0.17

 M value IS 0.36

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D2A1FC (or 0xD2A1FC) is known color: Mauve. HEX triplet: D2, A1 and FC. RGB value is (210,161,252). Sum of RGB (Red+Green+Blue) = 210+161+252=623 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.71% from 623); Green value is 161 (63.28% from 255 or 25.84% from 623); Blue value is 252 (98.83% from 255 or 40.45% from 623); Max value from RGB is 252 - color contains mainly: blue. Hex color #D2A1FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2A1FC is #2D5E03. Grayscale: #B9B9B9. Windows color (decimal): -2973188 or 16556498. OLE color: 16556498.

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

Color convert

RGB 210 161 252 -
CMYK 0.17 0.36 0 0.01
HSL 272.31º 0.94% 0.81% -
HSV(B) 272.31º 0.36% 0.99% -
XYZ 56.89 46.22 98.02 -
YUV 186.03 165.23 145.1 -
System Red Green Blue C M Y K H S L
Decimal 210 161 252 0.17 0.36 0 0.01 272.31 0.94 0.81
Hex D2 A1 FC 11 24 0 1 110 5E 51
Octal 322 241 374 21 44 0 1 420 136 121
Binary 11010010 10100001 11111100 10001 100100 0 1 100010000 1011110 1010001

Color Harmonies of #D2A1FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A1FC

Black with #D2A1FC

Text Example


Text Example

White with #D2A1FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A1FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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