Html Css Color HEX #DCA1FE Mauve

📋 copy color: '#DCA1FE'

red 220 ◦ green 161 ◦ blue 254

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

Shades of Mauve #DCA1FE

Tints of Mauve #DCA1FE

RGB

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

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

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

R = 34.65%
G = 25.35%
B = 40%

CMYK

 C value IS 0.13

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DCA1FE (or 0xDCA1FE) is known color: Mauve. HEX triplet: DC, A1 and FE. RGB value is (220,161,254). Sum of RGB (Red+Green+Blue) = 220+161+254=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 161 (63.28% from 255 or 25.35% from 635); Blue value is 254 (99.61% from 255 or 40% from 635); Max value from RGB is 254 - color contains mainly: blue. Hex color #DCA1FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA1FE is #235E01. Grayscale: #BCBCBC. Windows color (decimal): -2317826 or 16687580. OLE color: 16687580.

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

Color convert

RGB 220 161 254 -
CMYK 0.13 0.37 0 0.00
HSL 278.06º 0.98% 0.81% -
HSV(B) 278.06º 0.37% 1% -
XYZ 60.15 47.86 99.83 -
YUV 189.24 164.55 149.94 -
System Red Green Blue C M Y K H S L
Decimal 220 161 254 0.13 0.37 0 0.00 278.06 0.98 0.81
Hex DC A1 FE D 25 0 0 116 62 51
Octal 334 241 376 15 45 0 0 426 142 121
Binary 11011100 10100001 11111110 1101 100101 0 0 100010110 1100010 1010001

Color Harmonies of #DCA1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA1FE

Black with #DCA1FE

Text Example


Text Example

White with #DCA1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA1FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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