Html Css Color HEX #DC9DFA Mauve

📋 copy color: '#DC9DFA'

red 220 ◦ green 157 ◦ blue 250

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

Shades of Mauve #DC9DFA

Tints of Mauve #DC9DFA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 25.04%

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

R = 35.09%
G = 25.04%
B = 39.87%

CMYK

 C value IS 0.12

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC9DFA (or 0xDC9DFA) is known color: Mauve. HEX triplet: DC, 9D and FA. RGB value is (220,157,250). Sum of RGB (Red+Green+Blue) = 220+157+250=627 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.09% from 627); Green value is 157 (61.72% from 255 or 25.04% from 627); Blue value is 250 (98.05% from 255 or 39.87% from 627); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC9DFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9DFA is #236205. Grayscale: #BABABA. Windows color (decimal): -2318854 or 16424412. OLE color: 16424412.

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

Color convert

RGB 220 157 250 -
CMYK 0.12 0.37 0 0.02
HSL 280.65º 0.9% 0.8% -
HSV(B) 280.65º 0.37% 0.98% -
XYZ 58.83 46.23 96.27 -
YUV 186.44 163.87 151.94 -
System Red Green Blue C M Y K H S L
Decimal 220 157 250 0.12 0.37 0 0.02 280.65 0.9 0.8
Hex DC 9D FA C 25 0 2 119 5A 50
Octal 334 235 372 14 45 0 2 431 132 120
Binary 11011100 10011101 11111010 1100 100101 0 10 100011001 1011010 1010000

Color Harmonies of #DC9DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9DFA

Black with #DC9DFA

Text Example


Text Example

White with #DC9DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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