Html Css Color HEX #DC49F6 Free Speech Magenta

📋 copy color: '#DC49F6'

red 220 ◦ green 73 ◦ blue 246

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

Shades of Free Speech Magenta #DC49F6

Tints of Free Speech Magenta #DC49F6

RGB

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

 GREEN value IS 73 (28.91% from 255) = 13.54%

 BLUE value IS 246 (96.48% from 255) = 45.64%

R = 40.82%
G = 13.54%
B = 45.64%

CMYK

 C value IS 0.11

 M value IS 0.70

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DC49F6 (or 0xDC49F6) is known color: Free Speech Magenta. HEX triplet: DC, 49 and F6. RGB value is (220,73,246). Sum of RGB (Red+Green+Blue) = 220+73+246=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 73 (28.91% from 255 or 13.54% from 539); Blue value is 246 (96.48% from 255 or 45.64% from 539); Max value from RGB is 246 - color contains mainly: blue. Hex color #DC49F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC49F6 is #23B609. Grayscale: #888888. Windows color (decimal): -2340362 or 16140764. OLE color: 16140764.

HSL color Cylindrical-coordinate representation of color #DC49F6: hue angle of 290.98º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC49F6 is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 73 246 -
CMYK 0.11 0.70 0 0.04
HSL 290.98º 0.91% 0.63% -
HSV(B) 290.98º 0.7% 0.96% -
XYZ 48.53 26.63 89.77 -
YUV 136.68 189.7 187.43 -
System Red Green Blue C M Y K H S L
Decimal 220 73 246 0.11 0.70 0 0.04 290.98 0.91 0.63
Hex DC 49 F6 B 46 0 4 123 5B 3F
Octal 334 111 366 13 106 0 4 443 133 77
Binary 11011100 1001001 11110110 1011 1000110 0 100 100100011 1011011 111111

Color Harmonies of #DC49F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC49F6

Black with #DC49F6

Text Example


Text Example

White with #DC49F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC49F6; }

 p { color: rgb(220,73,246); }

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

background-color css

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

 a { background-color: rgb(220,73,246); }

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

border-color css

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

 span { border-color: rgb(220,73,246); }

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