Html Css Color HEX #DCA9F2 Mauve

📋 copy color: '#DCA9F2'

red 220 ◦ green 169 ◦ blue 242

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

Shades of Mauve #DCA9F2

Tints of Mauve #DCA9F2

RGB

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

 GREEN value IS 169 (66.41% from 255) = 26.78%

 BLUE value IS 242 (94.92% from 255) = 38.35%

R = 34.87%
G = 26.78%
B = 38.35%

CMYK

 C value IS 0.09

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DCA9F2 (or 0xDCA9F2) is known color: Mauve. HEX triplet: DC, A9 and F2. RGB value is (220,169,242). Sum of RGB (Red+Green+Blue) = 220+169+242=631 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.87% from 631); Green value is 169 (66.41% from 255 or 26.78% from 631); Blue value is 242 (94.92% from 255 or 38.35% from 631); Max value from RGB is 242 - color contains mainly: blue. Hex color #DCA9F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA9F2 is #23560D. Grayscale: #C0C0C0. Windows color (decimal): -2315790 or 15903196. OLE color: 15903196.

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

Color convert

RGB 220 169 242 -
CMYK 0.09 0.30 0 0.05
HSL 281.92º 0.74% 0.81% -
HSV(B) 281.92º 0.3% 0.95% -
XYZ 59.73 50 90.51 -
YUV 192.57 155.9 147.56 -
System Red Green Blue C M Y K H S L
Decimal 220 169 242 0.09 0.30 0 0.05 281.92 0.74 0.81
Hex DC A9 F2 9 1E 0 5 11A 4A 51
Octal 334 251 362 11 36 0 5 432 112 121
Binary 11011100 10101001 11110010 1001 11110 0 101 100011010 1001010 1010001

Color Harmonies of #DCA9F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA9F2

Black with #DCA9F2

Text Example


Text Example

White with #DCA9F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA9F2; }

 p { color: rgb(220,169,242); }

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

background-color css

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

 a { background-color: rgb(220,169,242); }

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

border-color css

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

 span { border-color: rgb(220,169,242); }

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