Html Css Color HEX #DCA3F1 Mauve

📋 copy color: '#DCA3F1'

red 220 ◦ green 163 ◦ blue 241

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

Shades of Mauve #DCA3F1

Tints of Mauve #DCA3F1

RGB

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

 GREEN value IS 163 (64.06% from 255) = 26.12%

 BLUE value IS 241 (94.53% from 255) = 38.62%

R = 35.26%
G = 26.12%
B = 38.62%

CMYK

 C value IS 0.09

 M value IS 0.32

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DCA3F1 (or 0xDCA3F1) is known color: Mauve. HEX triplet: DC, A3 and F1. RGB value is (220,163,241). Sum of RGB (Red+Green+Blue) = 220+163+241=624 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.26% from 624); Green value is 163 (64.06% from 255 or 26.12% from 624); Blue value is 241 (94.53% from 255 or 38.62% from 624); Max value from RGB is 241 - color contains mainly: blue. Hex color #DCA3F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA3F1 is #235C0E. Grayscale: #BCBCBC. Windows color (decimal): -2317327 or 15836124. OLE color: 15836124.

HSL color Cylindrical-coordinate representation of color #DCA3F1: hue angle of 283.85º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCA3F1 is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 163 241 -
CMYK 0.09 0.32 0 0.05
HSL 283.85º 0.74% 0.79% -
HSV(B) 283.85º 0.32% 0.95% -
XYZ 58.49 47.76 89.36 -
YUV 188.94 157.38 150.16 -
System Red Green Blue C M Y K H S L
Decimal 220 163 241 0.09 0.32 0 0.05 283.85 0.74 0.79
Hex DC A3 F1 9 20 0 5 11C 4A 4F
Octal 334 243 361 11 40 0 5 434 112 117
Binary 11011100 10100011 11110001 1001 100000 0 101 100011100 1001010 1001111

Color Harmonies of #DCA3F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA3F1

Black with #DCA3F1

Text Example


Text Example

White with #DCA3F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA3F1; }

 p { color: rgb(220,163,241); }

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

background-color css

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

 a { background-color: rgb(220,163,241); }

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

border-color css

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

 span { border-color: rgb(220,163,241); }

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