Html Css Color HEX #DCA2FA Mauve

📋 copy color: '#DCA2FA'

red 220 ◦ green 162 ◦ blue 250

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

Shades of Mauve #DCA2FA

Tints of Mauve #DCA2FA

RGB

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

 GREEN value IS 162 (63.67% from 255) = 25.63%

 BLUE value IS 250 (98.05% from 255) = 39.56%

R = 34.81%
G = 25.63%
B = 39.56%

CMYK

 C value IS 0.12

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DCA2FA (or 0xDCA2FA) is known color: Mauve. HEX triplet: DC, A2 and FA. RGB value is (220,162,250). Sum of RGB (Red+Green+Blue) = 220+162+250=632 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.81% from 632); Green value is 162 (63.67% from 255 or 25.63% from 632); Blue value is 250 (98.05% from 255 or 39.56% from 632); Max value from RGB is 250 - color contains mainly: blue. Hex color #DCA2FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA2FA is #235D05. Grayscale: #BDBDBD. Windows color (decimal): -2317574 or 16425692. OLE color: 16425692.

HSL color Cylindrical-coordinate representation of color #DCA2FA: hue angle of 279.55º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DCA2FA is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 162 250 -
CMYK 0.12 0.35 0 0.02
HSL 279.55º 0.9% 0.81% -
HSV(B) 279.55º 0.35% 0.98% -
XYZ 59.69 47.96 96.55 -
YUV 189.37 162.22 149.84 -
System Red Green Blue C M Y K H S L
Decimal 220 162 250 0.12 0.35 0 0.02 279.55 0.9 0.81
Hex DC A2 FA C 23 0 2 118 5A 51
Octal 334 242 372 14 43 0 2 430 132 121
Binary 11011100 10100010 11111010 1100 100011 0 10 100011000 1011010 1010001

Color Harmonies of #DCA2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA2FA

Black with #DCA2FA

Text Example


Text Example

White with #DCA2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA2FA; }

 p { color: rgb(220,162,250); }

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

background-color css

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

 a { background-color: rgb(220,162,250); }

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

border-color css

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

 span { border-color: rgb(220,162,250); }

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