Html Css Color HEX #DCA1FF Mauve

📋 copy color: '#DCA1FF'

red 220 ◦ green 161 ◦ blue 255

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

Shades of Mauve #DCA1FF

Tints of Mauve #DCA1FF

RGB

 RED value IS 220 (86.33% from 255) = 34.59%

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

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

R = 34.59%
G = 25.31%
B = 40.09%

CMYK

 C value IS 0.14

 M value IS 0.37

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DCA1FF (or 0xDCA1FF) is known color: Mauve. HEX triplet: DC, A1 and FF. RGB value is (220,161,255). Sum of RGB (Red+Green+Blue) = 220+161+255=636 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.59% from 636); Green value is 161 (63.28% from 255 or 25.31% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCA1FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA1FF is #235E00. Grayscale: #BDBDBD. Windows color (decimal): -2317825 or 16753116. OLE color: 16753116.

HSL color Cylindrical-coordinate representation of color #DCA1FF: hue angle of 277.66º 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 #DCA1FF is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 220 161 255 -
CMYK 0.14 0.37 0 0
HSL 277.66º 1% 0.82% -
HSV(B) 277.66º 0.37% 1% -
XYZ 60.31 47.93 100.68 -
YUV 189.36 165.05 149.86 -
System Red Green Blue C M Y K H S L
Decimal 220 161 255 0.14 0.37 0 0 277.66 1 0.82
Hex DC A1 FF E 25 0 0 116 64 52
Octal 334 241 377 16 45 0 0 426 144 122
Binary 11011100 10100001 11111111 1110 100101 0 0 100010110 1100100 1010010

Color Harmonies of #DCA1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA1FF

Black with #DCA1FF

Text Example


Text Example

White with #DCA1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA1FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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